Answer:
B
Explanation:
I took the test got a 100
Hello astropiggy!
Feel free to ask any question!
I’ll try my best to answer them!
Answer:
see attached picture
Explanation:
An algorithm would be:
if hours < 10 then bonus = 0
else if hours <= 15 then bonus = 1000
else if hours <= 20 then bonus = 1500
else if hours <= 25 then bonus = 2000
else if hours <= 30 then bonus = 3000
else bonus = 5000
Rapid prototyping as it allows the production of a functional program in a short time