Write the use of IF--- Then---Else statement. in short.
Answers
Answered by
2
Answer:
Use if to specify a block of code to be executed, if a specified condition is true. Use else to specify a block of code to be executed, if the same condition is false. Use else if to specify a new condition to test, if the first condition is false.
Answered by
2
ANSWER :
➻It is a machine independent language.
➻The error detection and correction is easier.
➻The instructions can be written in simple English words.
➻It is easier to understand and develop the program logic.
❤HOPE IT HELPS ✨✨
Similar questions