MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / getEmployee_ID

Method getEmployee_ID

Lab_10/studentCourseEvaluation.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 Employee_ID = x;
62 }
63 string getEmployee_ID()
64 {
65 return Employee_ID;
66 }
67 void setEmployee_Name(string y)
68 {
69 Employee_Name = y;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected