Find cost price from given selling price and profit or
#0183;#32;Formula to calculate cost price if selling price and loss percentage are given: CP = ( SP * 100 ) / ( 100 percentage loss ). Below is the required implementation: C++. filter_none. edit close. play_arrow. link brightness_4 code // C++ implementation to find Cost price . #include lt;iostreamgt;