Intro to CS 1 C++ CodeLab Complete Question & Answers
Monday, June 18, 2012
Homework 2: Basics
1. Declare a variable populationChange , suitable for holding numbers like -593142 and 8930522.
int populationChange;
2. Declare a variable x , suitable for storing values like 3.14159 and 6.02E23.
double x ;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment