Lecture Outline
Creating your first Java program
Data types and variables (int, double, String, boolean)
Operators (+, -, *, /, %, ++, --)
Basic program input (Scanner) and output (System.out.println)
Lecture Recording
https://youtu.be/LrnfP5QcGSE
Lecture Slides
Java Intro 1
Code
HelloWorld.java
TempConverter.java
Click here to return to the course schedule