Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ get_price
Method
get_price
Lab_21/e-commerce.cpp:108–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
double get_price() {
109
return price;
110
}
111
112
void set_quantity_p(int quantity_purchased) {
113
this->quantity_purchased = quantity_purchased;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected