Problem:
Question: Create an algorithm and accompanying pseudo-code for a program that will accept three integers as input and then output average.
Question: Design an algorithm and accompanying pseudo code that will prompt a user for three numbers, accept that input, and sort it into ascending sequence, and then output the values to the screen.
Please describe the algorithm step by step.