Friday, February 8, 2013

Written Homework 3

Text book:
page 135 problem 1,2,3,4,5,7
page 136 problem 8,9,10,14

You should submit your answer through the Google form which is sent to you by Email.

Due: next Friday Class time 02/15/13 10:10

Problem 14:

int a = 750;
if( a > 0 )
if(a >= 1000)
a=0;
else
a*=2;
else
a*=10;




No comments:

Post a Comment