JCC CSC 1590 Computing Fundamentals I

Fun For Everyone

Archive for November, 2006

pg 237 – 241: Flag-Controlled While Loops

Posted in Reading Questions on November 28, 2006 by jccfundamentals

Please respond in 3 – 2 – 1 fashion by December 1st.

pg 241 – 244: EOF- Controlled While Loops – Required for Lab

Posted in Reading Questions on November 28, 2006 by jccfundamentals

Please respond in 3 – 2 – 1 fashion by December 1st.

pg 231 – 237: Sentinel-Controlled While Loops

Posted in Reading Questions on November 28, 2006 by jccfundamentals

Please respond in 3 – 2 – 1 fashion by November 29th.

pg 229 – 231.. Counter-Controlled While Loops

Posted in Reading Questions on November 18, 2006 by jccfundamentals

Please respond in 3 – 2 – 1 fashion.  3 – important pieces of info… 2 – questions… and 1 connection.  Deadline November 29th.

File Input / Output

Posted in Reading Questions on November 18, 2006 by jccfundamentals

John B. is going to paraphrase this section on file input and output.

Pg 224 – 228 While Loops

Posted in Reading Questions on November 15, 2006 by jccfundamentals

Please respond to Andrea post by Friday November 17th. 

Additional Assignment for Wednesday, November 8th.

Posted in Reading Questions on November 8, 2006 by jccfundamentals

Please have the questions on pg 215 – 219  prepared for class on Thursday.  I am adding to the original problem set to include 3 – 12.  DO NOT POST YOUR ANSWERS HERE!! Thank you.

Wednesday, November 8th… Lab

Posted in Projects on November 8, 2006 by jccfundamentals

Write a program that prompts the user to input the x – y coordinates of a point in a Cartesian plane.  the program should then output a message indicating whether the point if the origin, is located on the x or y axis, or appears in a particular quadrant.

For Example:

(0,0) is the origin.

(4,0) is on the x-axis.

(0,-3) is on the y-axis.

(-2, 3) is in the second quadrant.