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 |
Explain code security?
Explain jagged array in vb.net?
Can you please explain the difference between authentication and authorization?
Explain the advantages of vb.net?
Explain how to achieve polymorphism in vb.net?
What is the differnce between managed code and unmanaged code?
Explain about globalization?
What is MSIL.
Explain managed code?
What does VS.NET contains ?
In vb.net how to connect crystal report?
Is vb.net a programming language?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)