Help

Write a program that calculates and prints the semester college bill for a college. The college has two types of students : undergraduate and graduate. Tuition varies depending on the type of student, state residency and whether a student is full or part-time,.

im stuck here initializing whats wrong with my code
cout << "Enter student ID number:"<<endl;
cin>> student_id;
cout << "Enter level code: (U for undergraduate G for graduate)" << endl;
cin>> U;
cin>> G;
cout << "Enter state resident code(Y for state resident, N for out of state resident:"<<endl;
cin>> Y
cout << "Enter full time or part time ( F for fulltime P for part time):"<< endl;
cin>> F
if(part_time==P)
cout << "Enter credit hours"<<endl;
cin>>part_time_credit_hours;
you could at least say please...
Topic archived. No new replies allowed.