User talk:Haval jalal
Appearance
Kokrdnaway 5 zhmara: int n1, n2, n3, n4, n5, s;
double avg; Console.WriteLine("enter intgere"); n1 = int.Parse(Console.ReadLine()); n2 = int.Parse(Console.ReadLine()); n3 = int.Parse(Console.ReadLine()); n4 = int.Parse(Console.ReadLine()); n5 = int.Parse(Console.ReadLine()); avg = double.Parse(Console.ReadLine()); s = n1 + n2 + n3 + n4 + n5; avg = (float) s / 5; Console.WriteLine("sum={0}",s); Console.WriteLine("avg={0}",avg);
By:haval jalal
Start a discussion with Haval jalal
Talk pages are where people discuss how to make content on Wikipedia the best that it can be. Start a new discussion to connect and collaborate with Haval jalal. What you say here will be public for others to see.