Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1

    Default LOOP PROGRAM, NEED A CODE C+


    hi mga bro need help, can anyone give some code of loop problem sa C+? plsssssssssssss i need it important kaau ,sample lang mga bro tanxx daaan...

  2. #2

    Default Re: LOOP PROGRAM, NEED A CODE C+

    What kind of loops? Is it for loop, while loop, do-while loop or iteration? If yes, try google.

  3. #3

    Default Re: LOOP PROGRAM, NEED A CODE C+

    Quote Originally Posted by eax
    What kind of loops? Is it for loop, while loop, do-while loop or iteration? If yes, try google.
    heheh naka try nako sa google pro dili kaau masabtan ngad2 pro naka tabng man gamay ra

  4. #4

    Default Re: LOOP PROGRAM, NEED A CODE C+

    There are many kinds of loop...
    The FOR loop, While loop, DO- While loop...
    Depends on how you use 'em.

    example:
    x=0;
    while(x!=5)
    x++;

    or

    for(x=0;x!=5;x++);

  5. #5

    Default Re: LOOP PROGRAM, NEED A CODE C+

    btaw be specific with what loop you want...pero sakto naman to gisulti ni Lord_Ac

  6. #6

    Default Re: LOOP PROGRAM, NEED A CODE C+

    for(x=1;x<=5;x++)
    {
    printf("Gwapo ko + %d ...\n", x);
    }


    Output:

    Gwapo ko + 1...
    Gwapo ko + 2...
    Gwapo ko + 3...
    Gwapo ko + 4...
    Gwapo ko + 5...

  7. #7

    Default Re: LOOP PROGRAM, NEED A CODE C+


    This is a homework question, but what the heck. I'm kindda bored:

    Code:
    #include <iostream>
    #include <string>
    
    using namespace std;
    
    int main()
    {
      string name;
      int count;
    
      cout << "What's your name? ";
      cin >> name;
    
      cout << "How many times do you to want make fun of yourself? ";
      cin >> count;
    
      for(int i = 0; i < count; i++) {
        cout << name << " says that simoncpu is sooooo cute!" << endl;
      }
    
      return 0;
    }

  8. #8

    Default Re: LOOP PROGRAM, NEED A CODE C+

    tapolan ayy...

  9. #9

    Default Re: LOOP PROGRAM, NEED A CODE C+

    wow...arent der any gud books 4 u 2 anderstan lups? do u rili nid 2 pos dat hr?

  10. #10

    Default Re: LOOP PROGRAM, NEED A CODE C+

    nyahaha @ newstarb

  11.    Advertisement

Page 1 of 2 12 LastLast

Similar Threads

 
  1. tabang mga preee!! need a code!!
    By john2116 in forum Websites & Multimedia
    Replies: 4
    Last Post: 04-14-2008, 03:09 PM
  2. MOVED: LOOP PROGRAM, NEED A CODE C+
    By vern in forum Software & Games (Old)
    Replies: 0
    Last Post: 12-10-2007, 04:36 AM
  3. i need link searcher php code
    By siegfredb in forum Websites & Multimedia
    Replies: 4
    Last Post: 04-14-2006, 12:44 AM
  4. excel programs; needs help guys!!!
    By rufo in forum Software & Games (Old)
    Replies: 3
    Last Post: 01-14-2006, 12:18 PM
  5. NEED HELP WITH THIS CODE
    By saminoske in forum Websites & Multimedia
    Replies: 1
    Last Post: 12-05-2005, 11:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top