Computer Applications
Draw the flowchart symbols for the following:
- Start
- Stop
- Input A,B
- A = A + 1
- Is A > B
- Print A
Algo & Flowcharts
59 Likes
Answer
Start:
Stop:
Input A, B:
A= A + 1:
Is A > B:
Print A:
Answered By
19 Likes
Related Questions
The .......... represents the starting or ending point of a program.
.......... connectors are used to join the parts of a flowchart contained within the same page.
What is an algorithm? Write any three characteristics of an algorithm.
Define the term flowchart. Write any two advantages of a flowchart.