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();
}
}

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How C# 4.0 supports dynamic programming language?

999


What is the use of readkey in c#?

960


Which class does the remote object has to inherit?

1047


What is a streamwriter in c#?

917


Explain what a diffgram, and a good use for one Define diffgram? How it be used?

983


Can we maintain state in webservice?

963


What’s thread.sleep() in threading ?

996


How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?

1081


How do I unload an assembly?

927


How do I download a program to my desktop?

862


code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.

2156


What is concrete class in c# with example?

958


What is yield keyword?

865


How many types of constructors are there?

874


What is difference between static and constant variable?

973