
CSE 1322 Resources
Module 1: 1321 Review
NOTE: These resources are in Java. There are very minor syntatical differences between Java and C# up to this point (and those of you who took CSE 1321 last semester should already be familiar with those minor differences, so you should be able to use these to review).
Code Examples
Recommended Reading
W3 Schools Java Tutorial
Packages/API (read Import a Class)
Oracle's Java Tutorial
Equality, Relational, Conditional
Expressions, Statements, and Blocks
If-Then and If-Then-Else Statements
The While and Do-While Statements
Passing Information to a Method
Returning a Value from a Method
GeeksforGeeks Java Tutorial
Generating Random Numbers (recommend java.util.Random)
How to convert a double to int
Recommended Viewing
Professor Kendrick's Virtual Lectures
Professor Kendrick's Study Sessions
Professor Kendrick's LIVE Reviews
Dr. Chastine's Java Tutorials
The New Boston Video Tutorials