MCPcopy 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
170int main() {
171 //
172 F_First_Program_Menu();
173
174 system("pause");
175 return 0;
176}
177void F_First_Program_Menu() {
178 // objects
179 Teacher teacher;

Callers

nothing calls this directly

Calls 1

F_First_Program_MenuFunction · 0.70

Tested by

no test coverage detected