Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ setKm
Method
setKm
Lab_14/Source.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
66
public:
67
void setKm(int Km)
68
{
69
this->Km = Km;
70
}
71
void setM(int M)
72
{
73
this->M = M;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected