Search:

Type: Posts; User: grumpy

Search: Search took 0.07 seconds.

  1. Thread: looping

    by grumpy
    Replies
    9
    Views
    1,337

    If you're willing to put in the effort, that's...

    If you're willing to put in the effort, that's fine. My response may have been terse because some of your earlier posts seemed to keep coming back for more help with no visible sign of having tried...
  2. Thread: looping

    by grumpy
    Replies
    9
    Views
    1,337

    Currently, you have a single loop that reads each...

    Currently, you have a single loop that reads each line, writes it verbatim, then writes it in uppercase.

    You need to change the order of events. For example;
    1) A loop that reads the file,...
  3. Thread: looping

    by grumpy
    Replies
    9
    Views
    1,337

    Lines 5 and 6 output the line as read (without...

    Lines 5 and 6 output the line as read (without converting to upper case). These lines of code are executed immediately after reading every line. Then the code goes on to print the uppercase...
Results 1 to 3 of 3