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

Method setEmployee_ID

Lab_10/studentCourseEvaluation.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58public:
59 void setEmployee_ID(string x)
60 {
61 Employee_ID = x;
62 }
63 string getEmployee_ID()
64 {
65 return Employee_ID;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected