1234
123
12
1
how to design above pic in vb.net?
Answers were Sorted based on User's Feedback
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 |
What is the use of console application?
Explain the advantages of vb.net?
What are the two main parts of .net?
What is the Difference between Dataset and Datareader?
described weak typing?
Can you please explain the difference between authentication and authorization?
What is redim keyword?
What is the top .net class that everything is derived from?
Define serialization in .net?
How to connect crystal report in vb.net ?
Explain public assembly?
Define clr?