Computer Science, asked by attinchopra32, 9 months ago

write an algorithm and draw the corresponding flowchart to input cost of one pen and calculate and print the cost of one dozen pens

please don't give spam otherwise I will block the answer but best answer will be marked as brainliest

Answers

Answered by Kaushikkalesh
1

cost = int( input () )

print (cost * 12)

Note- This code is in Python

Similar questions