using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication20 { class Program { static void Main(string[] args) { int a,i; Console.WriteLine("enter the number of players"); a=Convert.ToInt32(Console.ReadLine()); string[] arr= new string [a]; for(i=0;i<a;i++) { arr[i]=Console.ReadLine(); } for (i = 0; i < a; i++) { Console.WriteLine("name of player:" + arr[i]); } Console.ReadLine(); } } }
Ankitware is a platform where you get NIIT dumps fully solved!!!!! NIIT Lab At Home ; NIIT Pmr ,NIIT cycle test, Window app. Contact:ankitware@gmail.com.
Saturday, 27 April 2013
jhon wants to enter player name (range int 1 to 4)
Subscribe to:
Post Comments (Atom)
-
select SalesPersonID as 'Sales Person ID', TerritoryID as 'Territory ID', SalesQuota as 'Sales Quota' from Sales....
-
Niit NIIT NIIT D C Chowk New Delhi 1800 102 6448 CALL DIRECTIONS NIIT NIIT HD-7, 2nd Floor, Main Metro Road, Opp. Metro Pillar No....
-
select salesorderID,MIN(LineTotal) as 'Minimum',MAX(LineTotal) as Maxinum from sales.salesorderDeteil where LineTotal>5000 group...
No comments:
Post a Comment