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 |
Name a feature which is common to all .net languages?
What is CLR?
20 Answers Horizon Computers, Microsoft,
How to create Crystal Report in vb.net with coding
1 Answers A3Logics, Ascent, TCS,
What are the various open source tool available for VB.NET?
is ADO.NET important to connect sql server? is any other way to connect sql server?
What does VS.NET contains ?
Which namespace are used for accessing the data?
Is vb net a scripting language?
What is the role of new keyword?
How to connect a service based database to vb.net forms? Do we have to create any specific database?
What is an indexed property?
What is the main use of a namespace?
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)