Computer Science, asked by SreePawan, 10 months ago

A shopkeeper announces 2 sucssesive discount 20% 10% on purchasing goods on the Marked price. write a program to input markprise and calculate the selling price of an article

Answers

Answered by nealuthappa7
1

First Discount = 20% of 800=160

Second Discount = 10% of (800-160)

=10% of 640

=64

Total Discount = 160 + 64

=224

Selling Price = 800 - 224

=576

Discount= 28%

Similar questions