Intro to Programming 1
PREVIOUS: Classes
Preface
Note: In my most honest, humble, opinion: This class is way too slow. You aren’t expected to have any programming experience beforehand, but the pace of this class should be faster. I had very little programming experience coming in, and if you have the opportunity to skip CSE 21 by self studying, taking, and passing the final, DO IT. Ask your professor about it and see my CSE 021 resources or hit me up at my PALS sessions!
I took this class Fall of 2016 in my first semester of college.
The goal of this class is to:
- Get your feet wet with basic concepts of programming
- Understand basic data types
- Be comfortable with loops and its applications with arrays
- Familiarize yourself with the Java programming language.
You can download an IDE to use Java, called Eclipse here.
- Introduction
- Hello World!
- Data Types and Variables
- Logic
- Loops
- Arrays