Thursday Jan 19
- Discuss practicalities : accounts on cs, editors, compilers, IDEs, X11, etc
- Discuss programming practice : what are your words of wisdom?
- Documentation discussion
- Testing discussion
- Class exercise : (language?)
Write a program that finds the next prime number after a given one.
It should run from the command line like this :
$ ./prime 20
23