Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ input
Method
input
Lab_21/e-commerce.cpp:57–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void virtual input() {
58
cout <<
"Enter the name of a new product: "
;
59
cin >> name;
60
cout <<
"Enter the UIC of a new product: "
;
61
cin >> UIC;
62
}
63
64
};
65
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected