Computer Science, asked by komakulavasanth2, 4 months ago

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 hanockgamer611
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