Embed presentation
Downloaded 23 times






![Comment Session :-
comment is additional info of
program for easily modification.
In algorithm comment would be
appear two square bracket [].](https://image.slidesharecdn.com/algorithmflowchart-161018193643/75/Algorithm-amp-flowchart-7-2048.jpg)
![CONDITIONAL PATTERNS
STEP 1 :- Start
STEP 2 :-Read two numbers
[n1 and n2]
STEP 3 :- If n1 > n2, go to step 5
STEP 4 :- Print “n2 is biggest” and
go to step 6
STEP 5 :- Print “n1 is biggest”
STEP 6 :- Stop](https://image.slidesharecdn.com/algorithmflowchart-161018193643/75/Algorithm-amp-flowchart-8-2048.jpg)



An algorithm is a step-by-step procedure to solve a problem using a finite number of instructions. To create an algorithm, it must have clear inputs and outputs, unambiguous steps that terminate in a finite number of steps, and each step must be feasible to carry out using paper and pencil. Algorithms use conditional patterns and comments to help with modifications. A flowchart provides a visual representation of an algorithm using blocks like start, stop, assignment, processing, input, output, and conditional statements to depict the sequencing and repetition of instructions.






![Comment Session :-
comment is additional info of
program for easily modification.
In algorithm comment would be
appear two square bracket [].](https://image.slidesharecdn.com/algorithmflowchart-161018193643/75/Algorithm-amp-flowchart-7-2048.jpg)
![CONDITIONAL PATTERNS
STEP 1 :- Start
STEP 2 :-Read two numbers
[n1 and n2]
STEP 3 :- If n1 > n2, go to step 5
STEP 4 :- Print “n2 is biggest” and
go to step 6
STEP 5 :- Print “n1 is biggest”
STEP 6 :- Stop](https://image.slidesharecdn.com/algorithmflowchart-161018193643/75/Algorithm-amp-flowchart-8-2048.jpg)


