Monday, January 21, 2013

Control Flow Statements


Control Flow Statements:


       VB.Net मे control flow statements Program के flow को control करती है। यह प्रोग्राम मे use होने वाले data को control करती हैं। यह statements दो प्रकार की होती है।

  • Conditional Statements
  • Looping Statements
·       Conditional Statements:
                                     VB.Net मे conditional statements का use conditions को check करने के लिए किया जाता है। यह मुख्यतः तीन प्रकार की होती है। 
  • If- Then 
  • If – Then – Else 
  • Select Case 

1. If- Then : if-then statement का use normal conditions check करने के लिए किया जाता है। इसमे लिखी गई condition के ture होने पर If- End If block की statements execute हो जाती है। और condition false होने पर control बाहर चला जाता है।


Syntax- 

           If Condition Then
                     Statements 
           End If 


Ex- If a > b Then 

               Msgbox (“A is greater”)

       End If


1 comment:

  1. Thanks for posting. It is a great help in vn.net development. I look forward to see samples in the looping statements.

    ReplyDelete

Contact us

Name

Email *

Message *