Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Please I need help to resolve this question

  1. #1
    PINK is offline Newbie
    Join Date
    Mar 2010
    Posts
    10
    Rep Power
    0

    Red face Please I need help to resolve this question

    Please I need help to resolve this question in c++
    write a program that calculates the squares and cubes the integers 0 to 10 . use tabs print the following neatly formatted table of values?

    After that should come out black screen such as table
    First row of integers and the second row is cube and Third row is for squares

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    cod3b3ast's Avatar
    cod3b3ast is offline Learning Programmer
    Join Date
    Dec 2009
    Posts
    74
    Rep Power
    0

    Re: Please I need help to resolve this question

    What problems specifically are you having with this? What do you have so far?
    I don't document code. If it was hard to write, it should be hard to read

  4. #3
    Join Date
    Sep 2009
    Location
    USA
    Posts
    3,400
    Blog Entries
    5
    Rep Power
    37

    Re: Please I need help to resolve this question

    Edit: What he said ^
    Root Beer == System Administrator's Beer
    Download the new operating system programming kit! (some assembly required)

  5. #4
    PINK is offline Newbie
    Join Date
    Mar 2010
    Posts
    10
    Rep Power
    0

    Re: Please I need help to resolve this question

    I need to know how i can write this program in c++ Language

  6. #5
    PINK is offline Newbie
    Join Date
    Mar 2010
    Posts
    10
    Rep Power
    0

    Re: Please I need help to resolve this question

    write a program that calculates the squares and cubes the integers 0 to 10 . use tabs print the following neatly formatted table of values?

  7. #6
    Join Date
    Sep 2009
    Location
    USA
    Posts
    3,400
    Blog Entries
    5
    Rep Power
    37

    Re: Please I need help to resolve this question

    No one is going to do this for you. Please attempt at it at least. If you have any questions, we will help you.
    Root Beer == System Administrator's Beer
    Download the new operating system programming kit! (some assembly required)

  8. #7
    PINK is offline Newbie
    Join Date
    Mar 2010
    Posts
    10
    Rep Power
    0

    Re: Please I need help to resolve this question

    No You Do not Understand I'm a Beginner and I tried hard to solve the Problem But I failed and I have to give the answer tomorrow
    Please help me
    and I promise you
    Iwill do it by myself next time

  9. #8
    PINK is offline Newbie
    Join Date
    Mar 2010
    Posts
    10
    Rep Power
    0

    Re: Please I need help to resolve this question

    okay fine I need you to help my to find the way to put the row

  10. #9
    cod3b3ast's Avatar
    cod3b3ast is offline Learning Programmer
    Join Date
    Dec 2009
    Posts
    74
    Rep Power
    0

    Re: Please I need help to resolve this question

    You said you tried and failed. Could you post the program that you wrote?
    I don't document code. If it was hard to write, it should be hard to read

  11. #10
    PINK is offline Newbie
    Join Date
    Mar 2010
    Posts
    10
    Rep Power
    0

    Re: Please I need help to resolve this question

    # include <iostream.h>
    void main()
    {
    cout<<"integer\n"<<"1\n"<<2\n"<< "3\n"<<"4\n"<<"5\n"<<"6\n"<<"7\n"<<"8\n"<<"9\n"<<" 10\n";
    cout<<"cube\n"<<"1\n"<<4\n"<< "9\n"<<"16\n"<<"25\n"<<"36\n"<<"49\n"<<"64\n"<<"81 \n"<<"100\n";
    cout<<"squer\n"<<"1\n"<<8\n"<< "27\n"<<"64\n"<<"125\n"<<"216\n"<<"343\n"<<"512\n" <<"729\n"<<"10\n";


    }

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Question:technical question answering system algorithm?
    By vbehzadan in forum General Programming
    Replies: 1
    Last Post: 04-28-2010, 12:41 PM
  2. Please Help Me Resolve Subdomain in htaccess
    By tradingjamie in forum PHP Development
    Replies: 0
    Last Post: 09-20-2009, 10:47 AM
  3. Intel gdb does not resolve bp. at strcpy()
    By azm in forum Assembly
    Replies: 2
    Last Post: 08-24-2009, 09:03 AM
  4. cannot resolve symbol
    By dvdtomkins in forum Java Help
    Replies: 12
    Last Post: 08-06-2008, 02:28 AM
  5. help us resolve the perl program problem
    By gopalsd in forum Perl
    Replies: 8
    Last Post: 02-25-2008, 03:02 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts