Yam Code
Sign up
Login
New paste
Home
Trending
Archive
English
English
Tiếng Việt
भारत
Sign up
Login
New Paste
Browse
#include <stdio.h> char name[50]; int chon,tuoi; float diemtb = 0; float diem1, diem2; void nhap(); void tinh(); void xephang(); void nhap() { printf("\nNhập tên của bạn : "); scanf("%s",name); while(1){ printf("\nNhập tuổi của bạn: "); scanf("%d",&tuoi); if ( tuoi < 0 || tuoi > 130 ){ printf("\nNhập không đúng số tuổi vui lòng nhập lại! "); } else{ break; } } while(1){ printf("\nNhập điểm môn 1: "); scanf("%f",&diem1); if ( diem1 > 10 || diem1 < 0 ){ printf("\nNhập không đúng số điểm vui lòng nhập lại! "); } else{ break; } } while(1){ printf("\nNhập điểm môn 2: "); scanf("%f",&diem2); if ( diem2 > 10 || diem2 < 0 ){ printf("\nNhập không đúng số điểm vui lòng nhập lại! "); } else{ break; } } } void tinh() { printf("\n|xếp hạng đỗ VTC Academy|"); diemtb = (diem1 + diem2)/2; printf("\n*điểm trung bình là : %.2f ",diemtb); } void xephang() { if(diemtb >= 7) { printf(" \n chúc mừng %s bạn đã đậu VTC với số điểm TB : %.2f",name,diemtb); } else { printf("\n see you next year :D"); } } int main() { nhap(); while(1){ printf("\n|======chọn số======|"); printf("\n|1. in thông tin |"); printf("\n|2. điểm trung bình |"); printf("\n|3. xếp hạng |"); printf("\n|===================|\n"); if (scanf("%d", &chon) != 1) { printf("\nNhap khong hop le! Vui long nhap lai."); while (getchar() != '\n'); continue;} switch(chon){ case 1 : printf("\n|họ và tên : %s",name); printf("\n|tuổi : %d",tuoi); printf("\n|điểm 1 %.2f",diem1); printf("\n|điểm 2 %.2f",diem2); break; case 2 : tinh(); break; case 3 : xephang(); break; default : printf("\n nhập sai số!"); break; } if ( chon >= 1 && chon <= 3){ break; } } return 0; }
Paste Settings
Paste Title :
[Optional]
Paste Folder :
[Optional]
Select
Syntax Highlighting :
[Optional]
Select
Markup
CSS
JavaScript
Bash
C
C#
C++
Java
JSON
Lua
Plaintext
C-like
ABAP
ActionScript
Ada
Apache Configuration
APL
AppleScript
Arduino
ARFF
AsciiDoc
6502 Assembly
ASP.NET (C#)
AutoHotKey
AutoIt
Basic
Batch
Bison
Brainfuck
Bro
CoffeeScript
Clojure
Crystal
Content-Security-Policy
CSS Extras
D
Dart
Diff
Django/Jinja2
Docker
Eiffel
Elixir
Elm
ERB
Erlang
F#
Flow
Fortran
GEDCOM
Gherkin
Git
GLSL
GameMaker Language
Go
GraphQL
Groovy
Haml
Handlebars
Haskell
Haxe
HTTP
HTTP Public-Key-Pins
HTTP Strict-Transport-Security
IchigoJam
Icon
Inform 7
INI
IO
J
Jolie
Julia
Keyman
Kotlin
LaTeX
Less
Liquid
Lisp
LiveScript
LOLCODE
Makefile
Markdown
Markup templating
MATLAB
MEL
Mizar
Monkey
N4JS
NASM
nginx
Nim
Nix
NSIS
Objective-C
OCaml
OpenCL
Oz
PARI/GP
Parser
Pascal
Perl
PHP
PHP Extras
PL/SQL
PowerShell
Processing
Prolog
.properties
Protocol Buffers
Pug
Puppet
Pure
Python
Q (kdb+ database)
Qore
R
React JSX
React TSX
Ren'py
Reason
reST (reStructuredText)
Rip
Roboconf
Ruby
Rust
SAS
Sass (Sass)
Sass (Scss)
Scala
Scheme
Smalltalk
Smarty
SQL
Soy (Closure Template)
Stylus
Swift
TAP
Tcl
Textile
Template Toolkit 2
Twig
TypeScript
VB.Net
Velocity
Verilog
VHDL
vim
Visual Basic
WebAssembly
Wiki markup
Xeora
Xojo (REALbasic)
XQuery
YAML
HTML
Paste Expiration :
[Optional]
Never
Self Destroy
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Status :
[Optional]
Public
Unlisted
Private (members only)
Password :
[Optional]
Description:
[Optional]
Tags:
[Optional]
Encrypt Paste
(
?
)
Create New Paste
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Site Languages
×
English
Tiếng Việt
भारत