Write a program to accept and print the price and quantity of an item being sold. Also, calculate the
amount to be paid. Print all the details. Write two outputs. { Use scanf() to accept values }
Answers
Answered by
1
Answer:
is used to display something on the console/screen. Format specifier %d in printf function is used to display a int variable on screen and %f for float. \n is used to add a newline
Similar questions