This where it all startd, I wrote my first program that outputs data to, it might not seem as much but it was very significant to me discorvering a new world of Software Dev
I made the tic tac toe game in a text version, where 2 players can play in a text format it was made through java used multidimentional arrays and also a file writter after the game is played a payer can save the game to a text file
I made a simple phone number generator for South African phone numbers, it detects which network it will be assigned to. was testing a random number generator and also doing JPane for the first time testing it out.
Its a simple java ID number checker program you type in your ID number then it outputs the date of birth, the gender, the race and citizenship. Here also was trying out JPane.
It a simple student enrollment program, where data is entered on the program and is then stored into the programs text file database it can then be read and printed. I was exploring the idea of databases the storing of data.