JCC CSC 1590 Computing Fundamentals I

Fun For Everyone

Archive for April, 2007

Next assignment:

Posted in Projects on April 26, 2007 by jccfundamentals

Please use your time today to type in the Circle class that we wrote in class last week. 

 When you create a project, create 2 classes: Circle class and a driver class.

 In  your driver class, please write a main which instanciates a Circle object, and makes a call to each of the Circle methods, followed by an output that states the result of this call.

 For example:

Circle myCircle = new Circle ();

myCircle.setRadius (6);

double r = myCircle.getRadius();

System.out.println (”This is a circle with radius: ” + r);

I’m learning a lot, but miss you guys.  See you Monday.

Reading: pg 445 – 450 User defined classes and constructors

Posted in Reading Questions on April 16, 2007 by jccfundamentals

Please read and write a 3:2:1 response to the reading. Submit by April 18th.