wri Write an algorithm to calculate bill of a job work based on following rates. • Rate of typing is Rs. 3/- per page • Rate of Printing is Rs. 5/- per page User should enter the number of pages in assignment and no. of print out copies your
Answers
Answered by
5
Explanation:
Your group visit a shop to get your assignment typed and printed. Draw a flowchart to calculate bill of a job work based on following rates.
• Rate of typing is Rs. 3/- per page
• Rate of Printing is Rs. 5/- per page
User should enter the number of pages in assignment and no. of print out copies your group want.
You can also use this process.
flow chart is given by,
let x is number pf pages we want to print
and p be the total price per page,
let y be the number of copies we want
taking input x,y>> scanf("%d%d",&x,&y)>>p=3x+5x>>Total printing cost=y\times5x×5x
plzz mark me as brainliest
Similar questions