CSCI-1301 Introduction to Computing and Programming
Syllabus
|
Calendar
|
Announcement
|
Resources
|
Lab Assignments
|
Projects
|
Exams
The Java API
, a reference of all the classes in Java SE 6
To download NetBeans IDE 6.1 You first need to download and install
Java SE Development Kit
(JDK) and then
NetBeans
Eclips IDE
, an excellent open-source IDE for programming in Java
Notepad++
, another good, open-source source code editor
setpath.cmd
, Sets all path variables - Here is a step by step
tutorial
on how to do this
Netbeans Debugger Tutorial
Tutorial on how to use netbeans debugger
WebCT submission tutorial
Very useful tutorial on how to submit assignments on webCT
In Class Programs
Chapter 2
HelloWorld.java
slightly different from what we wrote in class.
EscapeSequenceDemo.java
ScannerDemo.java
Homework 1
Average.java
ReplaceString.java
Rectangle.java
NumberDecomposition.java
Chapter 3
AgeIfStatement.java
Digit.java
MultipleBirths.java
AgeSwitch.java
MagiceEightBall.java
Counting.java
EvenOdd.java
Chapter 4
Magic_Eight_Ball_WhileLoop.java
OddNumbers.java
Prime.java
FactorialWhile.java
FactorialFor.java
StringBackwards.java
Loop Exercises
Stars.java