Microsoft
Software
Hardware
Network
Question : C# the differences between Do While Loop and For
I have the following code, which basically do the same thing. However, they have different output layout. Can anybody help me to understand why the output layout is different? one is horizontal, one is vertical .
int counter = 1; // initialize counter
do
{
Console.Write("{0} ", counter);
++counter;
} while (counter <= 10); // end do...while
Console.WriteLine(); // outputs a newline
for (int i = 0; i < 11; i++)
{
Console.WriteLine(i);
}
Attachments:
doWhile-For.JPG
(21 KB)
(File Type Details)
doWhile&for
Answer : C# the differences between Do While Loop and For
one is write and the other is write line
Random Solutions
exchange 2010 missing" server configuration"
how to insert with vb.net a date time column in sql server
Firefox css border on inside of div when embedding Flash with SWFObject, why?
Pendrivelinux to install Ubuntu Server 10.x
OAB not downloading in Outlook in Cached Mode
vb 6.0 version number
just not sure why this php script wont print out for me...
filter on tables on Column table
Vmware Esxi 4.0 can't install Server 2008 R2 64bit
Best AV for 2008 R2 64bit