ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  VB.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
1234
123
12
1
how to design above pic in vb.net?
 Question Submitted By :: Prob
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 1234 123 12 1 how to design above pic in vb.net?
Answer
# 1
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 ?    4 Yes 0 No
Sonia
 
  Re: 1234 123 12 1 how to design above pic in vb.net?
Answer
# 2
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 ?    1 Yes 0 No
Viji
 
 
 

 
 
 
Other VB.NET Interview Questions
 
  Question Asked @ Answers
 
What is MSIL. HDFC3
Is there any easy way to convert VB6 programs to VB.Net?  3
what r the properties should be given to set method? PSI-Data-Systems2
1.wht is satellite assembly??? 2.How Garbage Collector works can u explain ???? ABC3
how to get sum of two numbers in vb.net?  2
linex will support dot net? Phoenix-Technologies4
sql satement for 2nd maximum value NIIT10
How do you declare static variable and how it is declared and what is its lifetime? Infosys3
What is the Difference between CLR & CTS?  2
Why Datareader is useful?  5
what do you mean by .Net Framework Guru-Tech11
I want to sample Hotel management project in vb.net because still now i am doing that project for small hotel....so please send me my email id is jmuthu_pearls@yahoo.com...  2
What is the DIfference between Friend and Protected Friend? CTS5
what are the advantages and diadvantages of active reports over crystal reports ? IBM1
What is DLL hell?  2
diff b/w windows and console application?  2
What are the objects in asp.net and tell the purpose of those objects Ascent2
What is versioning in .NET?  2
What is the Difference between Web User Control and Web Custom Control?  5
What are Major Feature of VB.NET Over C#.NET  9
 
For more VB.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com