|
Code examples |
| Code file | Project | Description |
|---|---|---|
| MultiplyTwoNumbers.java | MultiplyTwoNumbers | Program to multiply two integers |
| InputAndMultiplyTwoNumbers.java | InputAndMultiplyTwoNumbers | Program to input and multiply two integers |
| BankAccount.java | BankAccount | Class defining a simple bank account object |
| TestBankAccount.java | BankAccount | Tests BankAccount objects |
| FindListAverage.java | FindListAverage | Program to find the average of a list of positive integers entered by the user. |
| FindListAverageV2.java | FindListAverage | Better version of the previous program |
| FindListAverageV3.java | FindListAverage | More modular version of the previous program |
| Student.java | Student | Class defining a simple student object |
| TestStudent.java | Student | Tests Student objects |
| IntArrayStats.java | Arrays | Program using an array to store and process integer values |
| MidtermMakeup.java | To be explained in class | |
| Applets.zip | Zip archive of applets presented in class |