He should purchase a Desktop PC as it would allow him to install high-power parts such as RAM, Graphics Card and CPU.
Answer:
I forgot give me time to think abt it cuh
Explanation:
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