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?

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / viji

Sub main

Dim j As String
Dim i As Integer

j = 1234

For i = Len(j) To 1 Step -1
Console.Write(Mid(j, 1, i))
Console.WriteLine()

Next
End Sub

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More VB.NET Interview Questions

Explain code security?

0 Answers  


Explain jagged array in vb.net?

0 Answers  


Can you please explain the difference between authentication and authorization?

0 Answers  


Explain the advantages of vb.net?

0 Answers  


Explain how to achieve polymorphism in vb.net?

0 Answers  


What is the differnce between managed code and unmanaged code?

0 Answers  


Explain about globalization?

0 Answers  


What is MSIL.

8 Answers   HDFC,


Explain managed code?

0 Answers  


What does VS.NET contains ?

3 Answers   Infosys,


In vb.net how to connect crystal report?

1 Answers  


Is vb.net a programming language?

0 Answers  


Categories