+2 votes
in Class 12 by kratos

Consider the following class Item:

Write a function named Change_Item(int Id, float Pr) to modify the price of the item whose Itemid & new price are passed as an argument.

1 Answer

+1 vote
by kratos
 
Best answer

void Change_Item(int Id, float Pr)

{

...