Unit 1 Exercise: Logic Drills

profileBilly11

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:

start

  input myNumber

  set myAnswer = myNumber / 2

  output myAnswer

stop

  1. 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.
  2. Represent the logic of a program that allows the user to enter two values. The program outputs the product of the two values.
  3. 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

    • 7 years ago
    • 5
    Answer(2)

    Purchase the answer to view it

    blurred-text
    • attachment
      Logicdrills.docx

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      Order1018216.docx