for schleife grundlagen

using System;
using System.Collections.Generic;
using System.Text;

namespace forSchleife_GL
{
class Program
{
static void Main(string[] args)
{
int count = 5;

for (int i = 0; i < count; i = i + 1)
{
Console.WriteLine(“Hallo…” + i);
}

}
}
}

Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Twitter
  • Google Bookmarks
  • Google Buzz
  • Live
  • MySpace
  • PDF
  • RSS
  • MisterWong
  • MisterWong.DE

Comments are closed.


members login

categories

archives