using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace RastSayiTut
{
class Program
{
static void Main(string[] args)
{
int Rsayi, Sayi;
Random Rastgele = new Random();
Rsayi = Rastgele.Next(1, 100);
Soner:
Console.Write("Bir Sayi Giriniz : ");
Sayi = int.Parse(Console.ReadLine());
if (Sayi < Rsayi)
{
Console.WriteLine("Yukarı Çık\n");
}
if (Sayi > Rsayi)
{
Console.WriteLine("Aşağı İn\n");
}
if (Rsayi != Sayi) goto Soner;
if (Rsayi == Sayi)
{
Console.WriteLine("Tebrikler, Doğru Sayıyı Buldunuz.");
}
Console.ReadKey();
}
}
}
SEARCH
SON PAYLAŞIMLAR
3-latest-65px
ETİKETLER
- 5. Sınıf 1. Dönem (8)
- 5. Sınıf BTY (8)
- 6. Sınıf BTY (1)
- Kişisel (3)
- Lise (9)
- Scratch (11)
- Üniversite - C# (39)
Hiç yorum yok:
Yorum Gönder