Structures


Classwork

In a text document:

1. For each of the following, would it be easiest to implement with a conditional or a loop?

 

2. For each of the following, what name and parameters should a method (module) to do it be given? 
e.g. a method that finds the highest of three numbers might be findMax(num first, num second, num third)