Created
July 17, 2017 13:19
-
-
Save ThePratikSah/9afaaac66e6b142e017f349235a4470f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Author: Pratik Sah | |
| Topic: Using If statement | |
| */ | |
| main(){ | |
| if (condition) { //'{ }' for multiple statements | |
| statement 1; | |
| statement 2; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment