CS 1063: Introduction to Programming

Course Web Site

CS 1063 Web Site

Final Study Guide

DNS Problems

If you are having problems with accessing www.cs.utsa.edu or webct.utsa.edu from your home computer, add the following two lines to the end of your hosts file:
129.115.29.14    www.cs.utsa.edu
129.115.117.235  webct.utsa.edu
In the Windows OS, do this by using Notepad to edit C:\Windows\system32\drivers\etc\hosts.  Do not change anything else in this file.

Example Programs

Example programs implemented in class will be put here.

HelloWorld.java

DrawMain.java

RectangleMain.java

ModExample.java

PointMain.java

Button.java, ButtonMain.java

Dice.java, DiceMain.java

Greeter.java, GreeterTest.java

BankAccount.java, BankAccountMain.java

Student.java, StudentMain.java

Purse.java, PurseTest.java

QuadraticEquation.java, QuadraticEquationTest.java

StringExample.java

Gcd.java, GcdTest.java

Investment.java, InvestmentTest.java

Calculate.java, CalculateTest.java

Study Guides

Exam 1 Study Guide

Exam 2 Study Guide

Final Study Guide

Other

Back to Tom Bylander's Home Page