Skip to content

I have now been learning Java for a short while, and have made my first beginner java project. It is quite simple, (Since it is beginner friendly), it utilizes the Scanner class to collect User Input, it also utilizes if statements, logical operators, arrays and loops. There will be more projects to come soon!

License

Notifications You must be signed in to change notification settings

yups186/BeginnerJavaProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

BeginnerJavaProject

I have now been learning Java for a short while, and have made my first beginner java project. It is quite simple, (Since it is beginner friendly), it utilizes the Scanner class to collect User Input, it also utilizes if statements, logical operators, arrays and loops. There will be more projects to come soon!

Please feel free to tell me any improvements I can make.

How to run

Make sure you have Java installed.

Save Main.java in a folder.

Open your terminal or command prompt, navigate to the folder, and run:

javac Main.java

java Main

Follow the prompts in the program to enter your subjects and grades.

Notes

The program supports up to 3 subjects for now.

It prints all the grades at the end.

About

I have now been learning Java for a short while, and have made my first beginner java project. It is quite simple, (Since it is beginner friendly), it utilizes the Scanner class to collect User Input, it also utilizes if statements, logical operators, arrays and loops. There will be more projects to come soon!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages