GitXplorerGitXplorer
s

Java-HelloWorld-and-Other-Projects

public
0 stars
3 forks
0 issues

Commits

List of commits on branch master.
Verified
bd8b75eeec8feb14cc6124a9da45e4b6738a25f3

Update README.md

sstefmolin committed 7 years ago
Verified
6ded0b3a041ab33c3ef17fb25d1bc234e1d5ace6

Create README.md

sstefmolin committed 7 years ago
Unverified
65c92b37ddcfa43e4021d58f5d649f7e1bab5d2b

Initial commit

sstefmolin committed 7 years ago

README

The README file for this repository.

Java HelloWorld and Other Projects

Small projects from learning Java.

Projects Include

  • Postal Bar Code Creator -- creates the bar code along the bottom of an envelope when given the zip code
  • Robot Maze -- given a maze, have 3 robots with different strategies try to escape and report on the best strategy
  • Magic Square (info)
  • Bulgarian Solitaire (info)
  • Arithmetic Tutor
  • Airplane Seat Assignment
  • Appointment Calendar
  • Action Listener Examples
  • I/O Exception Handling
  • Quiz Administrator
  • WebScraping of Books from HTML to Text
  • Vending Machine
  • Credit Card Number Validator
  • Game of Nim
  • Combination Lock
  • Fibonacci generator
  • Date manipulation
  • Lottery picker
  • Letter printer
  • Sorting
  • Dialog boxes, pop-ups, greeters, applets, components, etc.
  • Dice
  • Tic-Tac-Toe
  • and of course, Hello World!