Home Forums C Programming C- help with Clear screen Re: Re: C- help with Clear screen

#3466
GWILouisaxwzkla
Participant

This version works with this file format:

A for loop is designed to

a.)run only if the condition is false
b.)run a set number of times
c.)run at least once
d.)run when there are no conditions
@
A while loop is designed to

a.)run only if the condition is true
b.) run a set number of times
c.)run at least once
d.)run when there are no conditions
@