first semester files
This commit is contained in:
14
1st-Semester-Fall-2021/CSNP/CSNP-04103-Lab-#6/GradeMenu.cpp
Executable file
14
1st-Semester-Fall-2021/CSNP/CSNP-04103-Lab-#6/GradeMenu.cpp
Executable file
@@ -0,0 +1,14 @@
|
||||
#include <iostream>
|
||||
#include "GradeMenu.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
// display the selection menu and prompt the user
|
||||
void GradeMenu::displayMenu()
|
||||
{
|
||||
cout << "1. Enter student and grade information" << endl
|
||||
<< "2. Adjust student grade information" << endl
|
||||
<< "3. Display sudent grades" << endl
|
||||
<< "4. Exit" << endl << endl
|
||||
<< ">>> ";
|
||||
}
|
||||
Reference in New Issue
Block a user