Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ setEmployee_Name
Method
setEmployee_Name
Lab_10/studentCourseEvaluation.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
return Employee_ID;
66
}
67
void setEmployee_Name(string y)
68
{
69
Employee_Name = y;
70
}
71
string getEmployee_Name()
72
{
73
return Employee_Name;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected