Computer Science, asked by makamadithya99, 1 month ago

explain about unconditional statements with example​

Answers

Answered by ishitachanda93
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 vudathasatish75
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