#include <iostream.h> void detax(int x, int *ptrP, int *ptrT) { ??Q1?? = x*100/105; ??Q2?? = x-??Q1??; return; } int main() { int total, price, tax; cout << "税込み価格を入力してください: "; cin >> total; detax(total, ??Q3??, ??Q4??); cout << "本体は " << price << "円、消費税は " << tax << "円です。\n"; cin.get(); cin.get(); return 0; }ヒント:
Quizの解答: Q1 Q2 Q3 Q4 感想:
Quizの解答: Q1 iostream.h Q2 int i, n; Q3 n%i==0