issues
search
Emaad-Mir
/
emaad-github-pages1
MIT License
0
stars
0
forks
source link
Week 1 Review Ticket Hacks
#2
Open
Emaad-Mir
opened
1 year ago
Emaad-Mir
commented
1 year ago
[x]
Java Hello
[x] Explains the anatomy of a Java class
[x] Creates a diagram demonstrating the whole process of class, object, instance, method, etc.
[x] Created a Java class for a person with different attributes (ex. name, age, school, etc.)
[x] Created a Java class for a location with different attributes (ex. country, state, city, zip code, etc.)
[x]
Java Console Games
[x] Split each of three games so that they had their own code cell (modified each one's functionality in Java Compiler)
[x] Explained with comments the code and logic, also simplified and reorganized the logic (especially for T-T-T) to increase readability
[x] AP Identification
[x] Added my own console game (word game)
[x]
Extra Java Programs
[x] Java Calculator (uses scanner, allows user to input list of numbers before provided with mean, median, and mode)
[x] Mortgage Calculator (uses mathematical formula for mortgage)