coursework
// how to run the files javac -d bin src/TestFileName.java //bin or out java -cp bin TestFileName
javac -d out src/Card.java src/CardTest.java // to run both files together
/// file locations
bin .class files doc pre considerations worklog lib jar file (after developing)
src all source code files and the test files (for now) main file
test to move the test files