Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Using system;
class main
{
public static void Main()
{
int a = 1;
for (int i = 0; i < 10; i++)
{
int j = a * 5;
Console.WriteLine(a + "*5=" + j);
a++;
}
Console.ReadLine();
}
}



Using system; class main { public static void Main() { int a = ..

Answer / suresh kumar patra

1*5=5
2*5=10
3*5=15
4*5=20
5*5=25
6*5=30
7*5=35
8*5=40
9*5=45
10*5=50

Is This Answer Correct ?    19 Yes 2 No

Post New Answer

More C Sharp Interview Questions

Why References are stored on heap and variables on stack?

0 Answers   MCN Solutions,


In dynamic link library, which api is used for load library?

0 Answers   C DAC,


What is a nullreferenceexception and how do I fix it?

0 Answers  


Why to use “using” in c#?

0 Answers  


What are the valid parameter types we can pass in an Indexer ?

3 Answers   CMC,


What is internal and protected-internal accessspecifier in c#.net?

1 Answers  


What is the default value of date?

0 Answers  


What is writeline?

0 Answers  


Which is faster abstract class or interface in c#?

0 Answers  


Is c# difficult to learn?

0 Answers  


What is serialization in c#?

0 Answers  


Explain states of a thread in c#?

0 Answers  


Categories