Computer Science, asked by TheWindPrince, 5 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 antonyjosephsaji8l
0

Answer:

Please mark me as brainlist

Explanation:

Step 1: start

Step 2: read cprice

Step 3: calculate discount price using formula

dprice= (cprice/100*15)

Step 4: print dprice

step 5: end

cprice is a original cost price of pen

dprice is a sell price of pen after discount of 15%

Answered by amitnrw
2

Given : cost price of a pen

sell  price after giving 15 % discount

To Find :  write Algorithm

Solution:

START

Input / Enter Cost price of Pen.

Calculate  discount = 15 % of cost price of Pen

Calculate Sell Price by subtracting  Discount from cost price

Print Output Sell price

END

Learn More:

Draw a flow chart and write an algorithm for a program that adds all ...

https://brainly.in/question/12819501

Use division algorithm to show that the square of any positive ...

https://brainly.in/question/3486328

Similar questions