Unit 1 exercise: logic drills | programming | ECPI University
Write out the logic to the following problems.
Example: Represent the logic of a program that allows the user to enter a value. The program divides the value by 2 and outputs the result.
Solution:
Save your time - order a paper!
Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines
Order Paper Nowstart
input myNumber
set myAnswer = myNumber / 2
output myAnswer
stop
- Represent the logic of a program that allows the user to enter a value for one edge of a cube. The program calculates the surface area of one side of the cube, the surface area of the cube, and its volume. The program outputs all the results.
- Represent the logic of a program that allows the user to enter two values. The program outputs the product of the two values.
- Represent the logic of a program that allows the user to enter values for the width and length of a room’s floor in feet. The program outputs the area of the floor in square feet.
Put your solutions in a Word document, and upload it