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

How many ways the function can return values?

533


Explain the difference between datatable and dataset?

557


Explain about rapid application development tool?

514


Can you please explain the difference between dispose and finalize()?

504


Allowed program to auto-correct the database when loading a presentation.

1743






Explain about branching logic control in vb.net?

537


how to deploy vb.net with key and evaluation time? any one can help me?

1760


Define manifest?

541


Explain how to send xml file on server using http protocol?

499


What is the use of system.diagnostics.process class?

566


What does assert() method do In VB.NET

537


What is misl code?

566


What are the two main parts of .net?

568


What are the differences between vb.net and c#, related to oops concepts

574


Write a VB.Net console program to check whether a number is perfect or not.

6942