Draw a flowchart to accept any two numbers (both the numbers should not be equal) display the square of the greatest number.
Pls answer it correctly and I will mark you brainliest
Answers
Answered by
0
Answer:
1. start
2. input a,b
3. if a>b
4. print a+b
5. else
6. print a*b
7. stop
Similar questions