Sales is real Customers is integer startmainprog input Sales input Customers if ((Sales > 500) OR ((Sales > 300) AND (Customers>9))) then output “Bonus Awarded” else output “No Bonus” end if end subroutine. Sales = 600 Customers = 9, answer:

For the values Sales = 600 Customers = 9, the following algorithm will print out the message "Bonus Awarded".

Answered by Python tutor

1167 Views

See similar Python Mentoring tutors

Related Python Mentoring answers

All answers ▸

How do you write code to implement a recursive fibonacci algorithm?


What is Object-Oriented Programming?


Write a recursive function to find the factorial of a number n.


What's the difference between a local and a global variable?


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences