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://montana.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=f3012104-807a-46cc-8984-b1d5015cfbdc
Lecture Slides
Java Intro 1
Code
FirstProgram.java
Click here to return to the course schedule