Thread: Arrary & ForLoop

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #15
    Super unModrator
    Join Date
    Dec 2007
    Posts
    321
    Quote Originally Posted by slimdime View Post
    I made the change cin>>
    ok
    Isn't this my ForLoop

    Code:
    for (counter=0;counter=<15;counter++)
    uh? No this is MarlonDean's for loop. He wrote this in post #10


    Also write a for loop which will count backwards from 14 to 0 and put a cout statement in it.
    Last edited by abh!shek; 05-15-2008 at 02:11 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 05-09-2009, 06:17 PM
  2. Arrary with user defined size
    By GCNDoug in forum C++ Programming
    Replies: 8
    Last Post: 04-09-2008, 04:34 PM
  3. Arrary Size
    By Hexxx in forum C++ Programming
    Replies: 2
    Last Post: 04-17-2006, 12:21 PM
  4. Abot Arrary Sorting
    By FeNCinGeR in forum C++ Programming
    Replies: 1
    Last Post: 04-04-2006, 08:39 AM