Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ setRate
Method
setRate
Lab_10/studentCourseEvaluation.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
return Hours;
82
}
83
void setRate(int i)
84
{
85
Rate = i;
86
}
87
int getRate()
88
{
89
return Rate;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected