Difference between revisions of "W1171 Largest Number of Three"

From Coder Merlin
(Created page with "(image on right) == Prerequisites == == Background == (Use when required for background reading) == Introduction == == Topic Headers == == Key Concepts == == Exercises == == R...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
(image on right)
[[File:Greater than circle.svg|thumb|link=|Greater Than]]
== Prerequisites ==
== Prerequisites ==
* [[W1151 Conditional and Flow Chart]]
* [[W1152 While Loop]]
* [[W1153 Repeat-While Loop]]
* [[W1154 For Loop]]
== Background ==
== Background ==
(Use when required for background reading)
Three numbers may be sorted from greatest to least.  For this exercise, you'll need to find the largest of the three.  As always, it's best to create a flowchart before beginning.
== Introduction ==
<br clear="all" />
== Topic Headers ==
 
== Key Concepts ==
== Exercises ==
== Exercises ==
== References ==
{{Exercises|
# {{MMMAssignment|M1171-10}}
}}

Latest revision as of 20:28, 27 November 2021

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder
Greater Than

Prerequisites[edit]

Background[edit]

Three numbers may be sorted from greatest to least. For this exercise, you'll need to find the largest of the three. As always, it's best to create a flowchart before beginning.

Exercises[edit]

ExercisesExercisesIcon.png
  1.  M1171-10  Complete  Merlin Mission Manager  Mission M1171-10.