DRAFT: This module has unpublished changes.

CSCI 10, Intro to Computer Science, was my first programming course at SCU. Although there is a steep learning curve in programming, I managed to do pretty well and learn a lot of programming techniques. The course was taught in C++, so that we can learn Java with our C++ knowledge. Since it is an introductory course, many of the programs were learning how to print out variables and relationships between variables. In this section you will find a Rational Calculator, which gives you the sum of two rationals you input.

DRAFT: This module has unpublished changes.