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

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


Please Help Members By Posting Answers For Below Questions

What is deep copy?

566


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

516


How do you retrieve the customized properties of a .net application from xml .config file?

516


What is the differnce between managed code and unmanaged code?

541


Explain about visual basic.net?

661






What is a stream in vb.net?

526


What are the two main parts of .net?

568


Explain about garbage collection?

579


Tell me which namespace are used for accessing the data?

523


How to view an assembly?

596


Explain private assembly?

510


What are the shadow variables?

589


Write a VB.Net console program to check whether a number is perfect or not.

6941


Explain nested classes?

556


What is the strong name in .net assembly?

566