1.
An algorithm can solve problems
Answers
Answered by
1
Answer:
yes it can solve it can problem
Answered by
7
Here, condition is a boolean expression. It returns either true or false.
if condition evaluates to true, statements inside the body of if are executed
if condition evaluates to false, statements inside the body of if are skipped
Similar questions