Syllabus - http://people.umw.edu/~ernie/s220Sp2006.html


Home page for the course - http://people.umw.edu/~ernie/cpsc220/index.html
    Check regularly for where we are, what we've done, what's coming up, & updates

 

 

What You Need To Do

 

 

A problem to work on:

Develop an algorithm that will determine the largest of three numbers; include steps to input the three numbers.

What is an algorithm? -

A detailed sequence of actions to perform to accomplish some task. Named after an Iranian mathematician, Al-Khawarizmi.

Technically, an algorithm must reach a result after a finite number of steps, thus ruling out brute force search methods for certain problems, though some might claim that brute force search was also a valid (generic) algorithm. The term is also used loosely for any sequence of actions (which may or may not terminate). - From FOLDOC, http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?query=algorithm

Express the algorithm as a C++ program.

Implement your C++ program on paprika.umw.edu or another system on the CPSC LAN.

Lab1

 

Documents you'll need to get started:

For next class

For class on next Wednesday:

 

 


Creative Commons License
This work is licensed under a Creative Commons License.
Ernest Ackermann Department of Computer Science, Mary Washington College
CPSC 220 | CPSC 401

Bibliographic Information:
.