Thread: several nested "for" conditional statement

  1. #1
    Registered User
    Join Date
    Mar 2016
    Posts
    1

    Post several nested "for" conditional statement

    output this serial alphabetic orders using as many as "for" statements

    A...Z(A to Z)
    B...A(B to A)
    C...B(C to B)
    D...C(D to C)
    E...D(E to D)
    F...E(F to E)
    G...F(G to F)
    ......(H to G)
    ......
    ......
    ......
    Z...Y(Z to Y)

  2. #2
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    You did not ask a question. Please read the homework policy, then provide any code you have (be sure to use code tags) along with specific questions about what you're having trouble with.

  3. #3
    Registered User
    Join Date
    Dec 2015
    Posts
    112
    So, are you asking how to output those 26 cases with all of them having 26 letter in them and you want to make 26 loops? Think about the problem some more and it may help to think about it if it were just numbers instead of letters.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Does "conditional watchpoint" exist in gdb?
    By lehe in forum C++ Programming
    Replies: 1
    Last Post: 08-31-2009, 08:14 AM
  2. "C4127: conditional expression is constant" Huh?
    By cpjust in forum C++ Programming
    Replies: 27
    Last Post: 03-13-2008, 04:58 PM
  3. programming a "conditional" function
    By an0nym0us in forum C Programming
    Replies: 7
    Last Post: 02-04-2008, 05:44 AM
  4. "itoa"-"_itoa" , "inp"-"_inp", Why some functions have "
    By L.O.K. in forum Windows Programming
    Replies: 5
    Last Post: 12-08-2002, 08:25 AM
  5. "CWnd"-"HWnd","CBitmap"-"HBitmap"...., What is mean by "
    By L.O.K. in forum Windows Programming
    Replies: 2
    Last Post: 12-04-2002, 07:59 AM

Tags for this Thread