Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ main
Function
main
Lab_17/Education.cpp:170–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
};
169
170
int main() {
171
//
172
F_First_Program_Menu();
173
174
system(
"pause"
);
175
return 0;
176
}
177
void F_First_Program_Menu() {
178
// objects
179
Teacher teacher;
Callers
nothing calls this directly
Calls
1
F_First_Program_Menu
Function · 0.70
Tested by
no test coverage detected