Computer Science, asked by pogbmovic1122, 6 months ago

Write a program to calculate and display the total price of 100 pens if a pen costs Rs 20

Answers

Answered by Imblank
0

Answer:

You havent mention Language so I'm just writing logic

Explanation:

total = 100*20

print(total);

Brainliest Please

Similar questions