[(개정판) 명품 C++ programming] 2장 실습 문제
1. cout과 e; float max = a; if (max secondPass; if (strcmp(firstPass, secondPass) == 0) cout > "; cin >> order >> amount; //switch 문 사용도 적합. 또한 string 외에 strcmp()으로 대체 가능. if (order == "에스프레소") { price = 2000 * amount; total += price; } else if (order == "아메리카노") { price = 2300 * amount; total +..