explain about unconditional statements with example
Answers
Answered by
24
Answer:
UnConditional statements allows you to direct the program's flow to another part of your program without evaluating conditions. Most unconditional statements requires a programmer defined keyword called a label. A label is like a bookmark in your program. A label is identified by either a 1 or 2 colons (:) suffixed.
Explanation:
Answered by
1
Explanation:
unconditional statements allows to direct the program's flow to another part of your program without evaluating conditions . most unconditional statements requires a programmer defined keyword called a label . a label is a like a bookmark in your program . a label is defined by either a 1 or 2 colons (:) suffixed.
Similar questions