Consider a variation on the computer-storage problem in Ques…

Questions

Cоnsider а vаriаtiоn оn the computer-storage problem in Question 3. Assume the computer has only 300 gigabytes of storage remaining. Using comments, write an algorithm to check whether a game requiring x gigabytes can be installed on the computer. Use clear steps in your comments to outline the process. Remember that your algorithm should not be functioning Python code. Rubric 3 points for a complete and logically correct algorithm 1 point for presenting the algorithm as Python comments 1 point for writing clear, ordered steps that another person could follow