Java labs (src folder)
NULL
Install Java JDK and IDE (JetBrains Intellij IDEA) & do a few brief tasks:
- Java Background
- Install Java
- Install IDEA
- Check out IDEA
- Start your first IDEA program
- Create a package and a class
- Getting a program to work
- Add a main method
- Run the program
- Numbers
- Strings
- Keyboard shortcuts
- Start small. Do one thing at a time.
- Control structures
- Expressions
- The
for
loop - The
if-else
structure - Loop with selection
- Application of loops
Java Console I/O using Scanner
and println
- Google Java 16 Scanner
- Google Java 17 String
Twin primes?
A simple class
Interval arithmetic