Question: 1. Program 1: (6 Marks. 4 marks for the program and 1 mark for each screenshot) Write a program that prompts the user to enter
1. Program 1: (6 Marks. 4 marks for the program and 1 mark for each screenshot) Write a program that prompts the user to enter an integer number n, and outputs the terms of a sequence defined by the division of n by 3 until the quotient is equal to zero. For instance, if the user enters n 27, the programs should output the following terms: 271/3 9 9/3 # 3 3/3 1 Hint: use "do-while loop. Note: Your submission should include a cep file and 2 screenshots of the execution of the program using each of the values, n 98, n 999)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
