Question: Objectives: Break a basic problem down into inputs, process and outputs. Answer the following questions for the problems listed below. You do need to answer

Objectives:
Break a basic problem down into inputs, process and outputs.
Answer the following questions for the problems listed below.
You do need to answer the actual problems themselves.:
1. What are the inputs?
What format are they in?(e.g., integer, floating-point,
character, or string)
Any valid or invalid values? (e.g. positive, negative,
valid range, certain values)
How do you get them? (e.g., prompt user or read from
file)
How do you get from inputs to the outputs you want (process)?
What are the calculation steps?
To follow these steps, what else do you need?
Other variables, constants, conversion? (besides
input and output variables)
Libraries (e.g., for calculations).
What are the outputs?
What format are they in?
How do you output them? (e.g., on screen or to a file)
Objectives: Break a basic problem down into

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!