$progurl = "https://files.mindtricks.io/code/java";
?>
Java Programs
Code is from class assignments
|
arrayutil (10/29/2002) |
| Sorts user's input into numerical order and displays results. |
|
arrayutil2 (03/12/2002) |
| Sorts user's input into numerical order and displays results. |
|
date20 (04/30/03) |
| Analyzes the date values and checks for accuracy. Can also increment the next day value. |
|
date (10/20/2002) |
| Displays the proper date. |
|
decimal palindrome (02/25/2003) |
| Reads input from End User and determines whether or not it is a Decimal Palindrome. |
|
FileRead (05/07/2003) |
| The user enters a file name in the text field and presses the enter key. The program loads the file and is displays it in the text area. |
|
gradebook (11/13/2002) |
| Determines overall percentage in class from four categories. |
|
gradesum (10/02/2002) |
| Calculates total/average/range/percentage of user's input exam grades. |
|
linkedlist (05/14/2003) |
| Tests the usage of Linked Lists. |
|
mygradebook (04/09/2003) |
| Calculate and report on my grade |
|
TempConvert (09/17/2002) |
| Converts from Fahrenheit to Celcius |