Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.

Paste

Pasted as C++ by registered user xujiayu ( 5 years ago )
#include <stdio.h>
#include <conio.h>

int main()
{
	int  soluong, dongia , tien , thue;
	printf("\nhay nhap vao so luong : ");
	scanf("%d",&soluong);
	printf("\nhay nhap vao don gia : ");
	scanf("%d",&dongia);

	tien = soluong * dongia;
	thue = 0.1 * tien;

	printf("\ntien = %d",tien);
	printf("\nthue = %d",thue);



   getch();
   return 0;

}

 

Revise this Paste

Children: 116823
Your Name: Code Language: