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
What are the different types of applications supported in .net (or) .net framework?
Using VB, how can you change the Mouse Pointer?
What is the difference between .dll extension and .exe extension files?
What is misl code?
Explain an assembly?
Tell us how many languages are supported by .net?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
what is intermediate language?
Explain option explicit?
Is vb.net a programming language?
Which is the tool which can convert visual basic old version to .net compatibility version?
how many server control present in .net
List the types of generations in garbage collector?
Explain the advantages of vb.net?
What is portable executable?