InterviewSolution
Saved Bookmarks
| 1. |
When Are You Supposed To Use Endif To End The Conditional Statement? |
|
Answer» When the original if was followed by : and then the CODE BLOCK without BRACES. When the original if was followed by : and then the code block without braces. |
|