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 a stream?
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
How would you implement inheritance using vb.net?
Explain how to store decimal data in .net?
Name the two main parts of .net?
What is writeline in vb.net?
Explain the difference between datatable and dataset?
Which classes a dll can contain?
Explain about Visual basic.NET culture?
What do you mean by option strict on?
difference between control and component more than one differences
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?
Which namespace are used for accessing the data?
What is the advantages of VB.NET?
What is the use of internal keyword?