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 type, 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
int findMax(int first, int second, int third)