Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

A teacher at a local elementary school has asked your company to create a program to perform a computation using a number input by the user.

A teacher at a local elementary school has asked your company to create a program to perform a computation using a number input by the user. The user may choose to square, cube, double, or halve the number. The result should be output to the screen. After the result is displayed, the program should prompt the user to enter another number and select another computation or exit the program. Remember: The square of a number is the number multiplied by itself (2 squared is 2 * 2). The cube of a number is the number multiplied by itself 3 times (3 cubed is 3 * 3 * 3). Double the number is the number multiplied by 2. Half the number is the number divided by 2. Your solution must include case logic and looping logic. Your solution must include 5 parts in addition to the coded solution.1.A problem analysis chart with sections for given information, required results, processing required to obtain the results, and solution alternatives2.A flowchart showing the program processing flow3.A chart showing input, output, and processing4.An algorithm in pseudocode describing the steps the program will perform

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question