Programming Methodology
Developing a Program From an Algorithm

Given three distinct numbers A, B, C. Print them from smallest to largest.

Write a segment of code that would solve this problem. Be as clear as possible. Specify pre and post conditions. List the data you would use to thoroughly test your plan.


Continue to:  Unit 1  / Prev  / Next