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 does assert() method do In VB.NET
Explain how can we remove handlers at run time?
Explain the difference between int and int32?
What is DLL hell?
What is redim keyword?
in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?
Difference between VB dll and assemblies in .NET ?
Explain convert.tostring and i.tostring method?
What are the shared variables?
What is the purpose of objects present in asp.net?
Explain cts?
What is versioning in .NET?
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)