Intro to CS 1 C++ CodeLab Complete Question & Answers
internet advertising
Monday, June 18, 2012
Homework 2: Declarations
1. Declare an integer variable named degreesCelsius .
int degreesCelsius;
2. Declare two integer variables named profitStartOfQuarter and cashFlowEndOfYear .
int profitStartOfQuarter ; int cashFlowEndOfYear ;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment