Question: Write a program that computes and prints the solution to the question How many photos of 13MB each will fit in a 1000MB disk? The

Write a program that computes and prints the solution to the question "How many photos of 13MB each will fit in a 1000MB disk?" The answer box contains comments, to get you started. Write the corresponding code beneath each comment. Use variable names appropriate to the problem at hand instead of the generic names used by the pattern. You should print the result as shown below. Once your program works as expected, remove the pattern step comments, and add comments describing the problem, inputs and output, as shown in Section 4.1 For example: Result 76 photos of 13 MB fit in 1000 MB # initialise the input variables # set the output variable to the value of the formula applied to the inputs # print the output variable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
