Jim is writing a program to calculate the wages of workers in a teddy bear factory.
The wages earned by a worker is either £2 for every teddy bear they have made or £5 for every hour they have worked, whichever is larger.
Write an algorithm that:
• allows the user to input the number of teddy bears made and the number of hours worked
• calculates the wages for the number of teddy bears made
• calculates the wages for the number of hours worked
• outputs the larger of the two results.
+3
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Jim is writing a program to calculate the wages of workers in a teddy bear factory. The wages earned by a worker is either £2 for every ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Jim is writing a program to calculate the wages of workers in a teddy bear factory. The wages earned by a worker is either £2 for every teddy bear they have made or £5 for every hour they have worked, whichever is larger.