User Profile

Collapse

Profile Sidebar

Collapse
billyusa
billyusa
Last Activity: Feb 23 '08, 07:51 PM
Joined: Feb 23 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • billyusa
    replied to Tell me the Ans
    in C
    thanks i got it down I think,
    See more | Go to post

    Leave a comment:


  • billyusa
    replied to Taking C++, need help with a problem pls
    in C
    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...
    See more | Go to post

    Leave a comment:


  • billyusa
    replied to Taking C++, need help with a problem pls
    in C
    ok i think im getting it,

    k=0
    total=0

    while (n=4; k < n; k++)
    {total=total + (k+1)*(k+1)*(k+ 1)
    }
    See more | Go to post

    Leave a comment:


  • billyusa
    replied to Tell me the Ans
    in C
    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,...
    See more | Go to post

    Leave a comment:


  • billyusa
    started a topic Taking C++, need help with a problem pls
    in C

    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...
    See more | Go to post
No activity results to display
Show More
Working...