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...

1234
123
12
1
how to design above pic in vb.net?

Answer Posted / sonia

Sub main()

Dim i, j As Integer
For i = 4 To 1 Step -1
For j = 1 To i
Console.Write(j)
Next
Console.WriteLine()
Next

Console.ReadLine()
End Sub
End Module

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you implement inheritance using vb.net?

963


Which is the tool which can convert visual basic old version to .net compatibility version?

1024


What is the main use of a namespace?

1029


Which properties are used to bind a DataGridView control?

1191


What is sorting in vb?

988


What is the ruby interface generator?

1095


What are the shadow variables?

1107


How many ways the function can return values?

1067


List the types of generations in garbage collector?

954


What is the difference between Namespace and Assembly?

1214


Define serialization in .net?

1271


Can you please explain the difference between system.string and system.stringbuilder classes?

1117


Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.

3587


Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?

2423


What is meant by jagged arrays?

1117