Consider a small task to formulate the problem, transform into an algorithm, and decide its inputs and outputs for the stated algorithm
Answers
Answered by
3
Answer:
Writing algorithms using the while-statement
Assignment statement: variable = expression ;
Conditional statements: if ( condition ) statement if ( condition ) statement1 else statement2.
Loop (while) statements: while ( condition ) { statement1 statement2 ... }
Similar questions
Science,
2 months ago
Accountancy,
2 months ago
English,
4 months ago
English,
4 months ago
India Languages,
10 months ago
India Languages,
10 months ago
India Languages,
10 months ago