CSC 175 - Intermediate Programming
Science 407
(516)877-4482
siegfrie@adelphi.edu NOT for homework submission
Office hours: M 2:30-3:30PM; Tu 5:00-6:00PM;
W 2:00-3:00PM; F 9:55-10:55AM
Course Home Page |
Announcements |
Syllabus |
Class notes |
Assignments
Below you will find links to my lectures notes for the
class:
- Lecture #1 - An Introduction to Programming in Java
- Part 1
- Our First Java Programs
- Part 2 - Using Input
- Part 3 - Conditional Statements
- Part 4 - A Larger Example with
Decisions
- Part 5 - Counting Loops
- Part 6 - Counting Loops and
Compound Interest
- Part 7 - Two Last Examples