EvanReen / C-while-loop-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C-while-loop-example

basic while loop executes while the gate condition is true

  • while loop executes until user enters exit

the do-while loop always executes at least one time

  • while loop executes until user enters exit

Output of program

image

About


Languages

Language:C# 100.0%