StevenWu的程式筆記
2012年4月17日 星期二
TQC+ C語言認證範例 104
#include<stdio.h>
#include<stdlib.h>
int main(){
int unit;
double price=23.34,total;
printf("請問您要買幾瓶蘋果汁? ");
scanf("%d",&unit);
printf("我買了%d瓶100%%的蘋果汁\n",unit);
total=unit*price;
printf("花了%f元\n",total);
system("pause");
return 0;
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言