Unformatted text preview: cout << "Program/Course: " << course << endl; switch (year){ case 1: cout << "Year Name: Freshmen" << endl; break; case 2: cout << "Year Name: Sophomore" << endl; break; case 3: cout << "Year Name: Junior" << endl; break; default: cout << "Year Name: Senior" << endl; break; } cout << "No. of Units: " << units <<endl; cout << "Tuition Fee: " << tuition << endl; cout << "Down Payment: " << downp << endl; cout << "Balance: " << bal <<endl; return 0; }...
View
Full Document
- Spring '16