Computer Science, asked by kanchan2580kn, 2 months ago

Write an algorithm to accept the cost price of a pen and find the sell price after giving 15 % discount.​

Answers

Answered by shuchismitabasu2007
1

Answer:

STEP1: START

STEP2 : LET THE COST PRICE BE CP.

STEP3 : LET D BE 15%

STEP4 : LET SELLING PRICE BE SP.

STEP5: SP<--- (1+D/100)×CP

STEP6: DISPLAY SP

STEP7: END

Similar questions