|
C# Lesson 2 Loops
|
|
08-17-2009, 09:08 AM
Post: #1
|
|||
|
|||
|
C# Lesson 2 Loops
Code: using System;I also included everything in the .rar file this tutorial shows you along with loops I/O and how to see if a number is even or odd using the Modulus operator Feedback questions post below also what should my next tutorial be? "Character is determined more by the lack of certain experiences than by those one has had." Friedrich Nietzsche |
|||
|
08-20-2009, 05:39 AM
Post: #2
|
|||
|
|||
|
RE: C# Lesson 2 Loops
This is good tut, it is interesting how while loops in pascal and c# are the same but c# has "do while" and pascal "repeat until" !
You could make a comparation between pascal and c# . . . but it is okay this way. And another suggestion, make something with 2 loops (one inside of another) ! And break & continue operations are good . . . and also declaring variables inside a for loop ! There's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
08-20-2009, 07:38 AM
Post: #3
|
|||
|
|||
RE: C# Lesson 2 Loops
(08-20-2009 05:39 AM)drdebcol Wrote: This is good tut, it is interesting how while loops in pascal and c# are the same but c# has "do while" and pascal "repeat until" ! haha can do lesson 2 More advanced loops i think they're called nested loops though "Character is determined more by the lack of certain experiences than by those one has had." Friedrich Nietzsche |
|||
|
« Next Oldest | Next Newest »
|





