User Profile
Collapse
-
but it doesnt seem to be accepting it, I really dislike codelabs, ratherr then helping you it just sits there, saying ERROR!.
your help is appreciated thanks again...Leave a comment:
-
ok i think im getting it,
k=0
total=0
while (n=4; k < n; k++)
{total=total + (k+1)*(k+1)*(k+ 1)
}Leave a comment:
-
i have similar problem with that of hers
Assume that the int variables i , j and n have been declared, and n has been initialized. Write code that causes a "triangle" of asterisks to be output to the screen, i.e., n lines should be printed out, the first consisting of a single asterisk, the second consisting of two asterisks, the third consisting of three, etc. The last line should consist of n asterisks. Thus,...Leave a comment:
-
Taking C++, need help with a problem pls
Hello all, im taking a intro to c++ class as part of my design comm, and having issues withthe codelab part (online). First off it doesnt give any help to what you are doing wrong.
the prob is:
Given an int variable n that has been initialized to a positive value and, in addition, int variables k and total that have already been declared, use a while loop to compute the sum of the cubes of the first n counting...
No activity results to display
Show More
Leave a comment: