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
Explain and brief about rapid application development tool?
Explain the advantages of vb.net?
What are the shared variables?
Explain about visual basic.net?
How to run a dos command in vb.net?
Explain the difference between system.string and system.stringbuilder classes?
Explain option explicit?
What are the parts of the visual basic control?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
What are the two main parts of .net?
What is global assembly cache (gac)?
Explain how to achieve polymorphism in vb.net?
What is static member?
What is the difference between import system.data.sqlclient and system.data.oledb?
Described strong typing