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