Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . All employees at Kranston Sports Inc. are paid based on an annual salary rather than an hourly wage. However, some employees are paid
All employees at Kranston Sports Inc. are paid based on an annual salary rather than an hourly wage. However, some employees are paid weekly, while others are paid every other week biweekly Employees paid weekly receive paychecks; employees paid biweekly receive paychecks. The algorithm shown in Figure should calculate and display the gross pay for each employee; however, some of the instructions are missing from the algorithm. Complete the algorithm. Create an algorithm that tells someone how to evaluate the following expression: The operator means division, and the operator means multiplication. As you may remember from your math courses, division and multiplication are performed before addition and subtraction.Store A is having a BoGoHo Buy One, Get One Half Off sale. Store B is not having a sale, but sometimes its prices are much lower than at Store A Write an algorithm that determines whether its cheaper to buy two of the item at Store A or Store B The algorithm should display either the message Buy at store A or the message Buy at store B If the prices would be the same at both stores, display the Buy at store A message. The algorithm in Figure should get Robin the Robot seated in the chair, but it does not work correctly. Correct the algorithm. This is what the algorithm has:
repeat times
walk forward one complete step
end repeat
turn left degrees
repeat times
walk forward one complete step
end repeat
turn right degrees
repeat times
walk forward one complete step
end repeat
turn right degrees
walk forward one complete step
turn right degrees
repeat times
walk forward one complete step
end repeat
turn right degrees
sit down
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started