Computer Science, asked by dassumitra, 10 days ago

Mr Kumar buy a pendrive for rupees 700 and sells it for rupees 770. write a program in Qbasic to display name profit and profit percent.​

Answers

Answered by abcd1145a
2

Answer:

ANSWER

Cls

Let books = 10

Let rolls = 4

Input "Enter the price of exercise books "; p1

Input "Enter the price of paper rolls "; p2

Let total = books * p1 + rolls * p2

Print "Total Amount = Rs. "; total

End

Answered by SAIKAUSHAL
4

Answer:

HEY MATE HERE YOU ANSWERS MARK HAS BRAINLIST

Explanation:

Cls Let = 700

Let rolls = 1 Input

"Enter the price of PEN DRIVE "; p1 Input

"Enter the selling price of "; p2 Input

Let total = PENDRIVE * p1 + rolls * p2 Print "Total Amount = Rs. "; total End

Similar questions