B1: Print out the value of the integer variable sum
Print out the text string "Welcome", followed by a new line.
Print out the character variable letter
Print out the float variable discount
Print out the float variable dump using two decimal places.
Những điều cần nhớ: Khi dùng char thì nhớ thêm dấu ' '.
Để ra 1 kết quả lấy sau dấu phẩy 2 chữ số thập phân thì gõ code: %.2fB2: Use the scanf( ) statement and do the following:
To read a decimal value from the keyboard, into the integer variable sum.
To read a float variable into the variable discount_rate:
Print the ASCII values of the characters ‘A’ and ‘b’.
B4: Write a program that asks for your first name and last name, and then prints the names in the format last name, first name.
Dùng char x[10]="1234" để tạo biến 10 kí tự.
Trong scanf nhớ dùng %s để khai báo string.
Không có nhận xét nào:
Đăng nhận xét