原创 C語言——找零錢、簡單加減、身高換算

找零錢程序 要求輸入金額,輸出找零金額。 int main() { int amount=100; int price=0; printf("請輸入需付金額(元):"); scanf("%d",&