Zufallszahlen

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

namespace Zufallszahlen
{
class Program
{
static void Main(string[] args)
{
Random rnd = new Random();
int zufallsZahl = 0;

zufallsZahl = rnd.Next(1, 101);
Console.WriteLine(zufallsZahl);
}
}
}

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