Link to Dr. T homepage Link to Intro Java 1310 Fall 15 web page Back to Class website

This is the code that I have played with in each class. Obviously it is only the final version of the code that resulted from all the things that were tried in class.


Pretty much most of the examples since Oct 28
Java files first
ArrayExampleNov10.java
DoubleArrayTestpairs.java
IntroSortb.java
IntroSortborig.java
RandomTestFile.java
RandomTestFileBetter.java

Now text files
Grades.txt
Names.txt
stdtMadeRandom.txt


OCt 27 - Example of program development with problem, pseudocode, and code
Rainfall problem write up (in MS Word) and as an ugly web page.
This file has
     the Rainfall problem statement,
     the "how-to" pseudocode info, and
     the Rainfall pseudocode
 
Along with the write up are the various .java and data files.
RainfallData1.txt
RainfallOct27.java      this is the very last thing from class
 
Rainfall.java      This is the original program I had written that we started with in class
RainfallOct27.java using arrays
RainfallExtraStep.java      (see problem write up for more info)
RainfallExtension.java      (see problem write up for more info)


Example of Arrays Oct 22 example
StdtGrds.txt input data file


Example of functions Oct 14 example


input file of DateTemp Text file for input


Example of files - need to get the input file Test 1 Question 4 with files input


Various Test1 examples- there is some duplication
Test 1 Question 2
Test 1 Question 3
Test 1 Question Extra credit
Test 1 Question 4
Test 1 Question 4 on Oct 15


Various October class examples on validating inputs -
input validation example 1
input validation example 2
input validation example 3
input validation example 4


Lab 3 example - switch example


Sept 22 class examples - Loops


Sept 17 class examples - Switch (I think)


Sept 15 class examples - If


Sept 10 class examples - Strings (? maybe)


Sept 8 (annd Sept 2) class examples - Input, Output, variables, main function (method), data types, arithmetic

Day 1 was syllabus and ethics statement info