Sagot :
Answer:
مرحبًا يا تجمع بالنسبة لي والمزيف الحقيقي مني 1000 إلى منمنh
Answer:
0.05
Explanation:
Get two inputs quantity and price from user using scanf statement
Calculate amount by using the expression amount = quantity * price
Check whether amount is greater than 5000 using if statement.
if amount is greater than 5000 then calculate discount and amount using the expressions discount = amount * 0.05 and amount = amount - discount.
print amount using printf statement.