Computer Science, asked by Raiyaan6274, 11 months ago

A salesman sold 7 chairs at the rate of Rs. 375 each and 8 dining table at the rate of Rs. 3000 each. Write a QBASIC program to calculate the total sale.

Answers

Answered by kan163
2

Answer:

Cls

Let CC=375×7

Let CT=3000×8

Let TC= CC+CT

Print"The total sale is";TC

End

Explanation:

It is a qbasic program

Similar questions