Search:

Type: Posts; User: GregBrannon

Search: Search took 0.32 seconds.

  1. Re: Situations for using while loops, do while loops, and for while loops.

    Here's an example of an ASCII Art problem from "C: How to Program, 6th Edition," Deitel.

    4.16 (Triangle Printing Program) Write a program that prints the following patterns separately, one below...
  2. Re: Situations for using while loops, do while loops, and for while loops.

    The best way to understand looping and the utility of each loop is to use them. Write a simple study program that does something mutiplie times, and complete the task using each kind of loop. That...
Results 1 to 2 of 2