how do we write a conditional statement(s) in an algorithm?
Answers
Answered by
2
Answer:
Statements discussed so far: Assignment statement: variable = expression ; Conditional statements: if ( condition ) statement if ( condition ) statement1 else statement2. Loop (while) statements: while ( condition ) { statement1 statement2 ... }
Explanation:
Happy diwali and good night this is your correct answer hope it is helpful
Similar questions