Computer Science, asked by Abcd451, 10 hours ago

how do we write a conditional statement(s) in an algorithm?

Answers

Answered by hetalgajera5112
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