int x, y, z, a, b;
Console.WriteLine ("1 sayıyı giriniz:.");
x = Convert.ToInt32 (Console.ReadLine ());
Console.WriteLine ("2.sayıyı giriniz:");
y = Convert.ToInt32 (Console.ReadLine ());
Console.WriteLine ("3.sayıyı giriniz:");
z = Convert.ToInt32 (Console.ReadLine ());
Console.WriteLine ("4.sayıyı girinz");
w = Convert.ToInt32 (Console.ReadLine ());
b = (x + y + z + w) / 4;
Console.WriteLine ("4 sayının ortalaması = {0}", b);
Console.ReadKey ();
Hiç yorum yok:
Yorum Gönder