a program to sort three values (from smallest to largest) entered from the keyboard.

Algorithm:
1. INPUT a,b and c
2. If a greater than b
If a greater than c
If b greater than c
The order is a, b, c
Else
The order is a, c, b
Else

.
.
.

How will i code this?

Similar Questions
    1. answers icon 1 answer
    1. answers icon 0 answers
  1. write a Java program that meets the following requirements:It requests the user to enter the heights of all the members of a
    1. answers icon 1 answer
  2. Write an algorithm for a program that accepts a set of numbersand finds the smallest among them and computes the sum of the
    1. answers icon 5 answers
more similar questions