MinValue Program
Description
The purpose of this program is to use a one-way selection structure to determine the smallest value among three integers.Associated Concepts:
One-way selection structure
Relational operator
Relational operator
Algorithm:
Declare variables to store data items
Read in three integers from the keyboard
Assume the first integer as the smallest
Use one-way selection structures to determine the smallest among three integers
Print the result
Read in three integers from the keyboard
Assume the first integer as the smallest
Use one-way selection structures to determine the smallest among three integers
Print the result