1234
123
12
1
how to design above pic in vb.net?

Answer Posted / sonia

Sub main()

Dim i, j As Integer
For i = 4 To 1 Step -1
For j = 1 To i
Console.Write(j)
Next
Console.WriteLine()
Next

Console.ReadLine()
End Sub
End Module

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which classes a dll can contain?

531


What is late binding?

544


What keyword is used to accept a variable number of parameter in a method?

575


What is the difference between datagrid and gridview?

513


How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?

592






What is the advantages of VB.NET?

598


Which control is an example of an object in vb net?

6451


What is non_deterministic finalization?

620


difference between checkbox vs radiobutton??

2485


What is private assembly?

517


What is the class that allows an element to be accessed using unique key?

543


What is misl code?

566


What does assert() method do In VB.NET

530


What is difference between import system.data.sqlclient,system.data.oledb?

556


Explain the difference between vb 6 and vb.net?

538