Forum: C++ Mar 5th, 2008 |
| Replies: 3 Views: 719 So, is there any problem with the code ?? |
Forum: C++ Feb 29th, 2008 |
| Replies: 9 Views: 1,038 You should declare A,B,C,D,F as int. |
Forum: C++ Feb 29th, 2008 |
| Replies: 9 Views: 1,038 switch (Selection)
{
case (1):
while //while what ??
{
cout << "Enter lab number (1-7): \n";
cin >> Lab;
cout << "Enter current grade for lab: \n"; |