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