first semester files
This commit is contained in:
11
1st-Semester-Fall-2021/CSNP/CSNP-04103-Lab-#6/GradeMenu.h
Executable file
11
1st-Semester-Fall-2021/CSNP/CSNP-04103-Lab-#6/GradeMenu.h
Executable file
@@ -0,0 +1,11 @@
|
||||
#ifndef GRADEMENU_H
|
||||
#define GRADEMENU_H
|
||||
|
||||
class GradeMenu
|
||||
{
|
||||
public:
|
||||
void displayMenu();
|
||||
Counter();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user