Write an algorithm and make flowchart …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Mujeeb Ansari 4 years, 11 months ago
- 2 answers
Gaurav Seth 4 years, 11 months ago
-
- Step 1 : Start
- Start 2 : Input a, b, c
- Start 3 : if a > b goto step 4, otherwise goto step 5
- Start 4 : if a > c goto step 6, otherwise goto step 8
- Start 5 : if b > c goto step 7, otherwise goto step 8
- Start 6 : Output "a is the largest", goto step 9
- Start 7 : Output "b is the largest", goto step 9
- Start 8 : Output " c is the largest", goto step 9
- Start 9 : Stop
Flowchart :
Example : 1 | Input : 15 17 56 | Output : 56 |
Example : 2 | Input : 4 16 2 | Output : 16 |
Example : 3 | Input : 64 16 23 | Output : 64 |
Related Questions
Posted by Aryan Singh 1 year, 5 months ago
- 3 answers
Posted by Kundan Kumar 1 year, 2 months ago
- 4 answers
Posted by Joydeep Tarafder 1 year, 3 months ago
- 2 answers
Posted by Disha Lochab 1 year, 2 months ago
- 0 answers
Posted by Gayana Gangothri 1 year, 5 months ago
- 0 answers
Posted by Disha Lochab 1 year, 2 months ago
- 1 answers
Posted by Reyaansh Shukla 1 year, 3 months ago
- 0 answers
Posted by Aditya Sahu 1 year, 5 months ago
- 1 answers
Posted by Pradeep Sahu 1 year, 2 months ago
- 1 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Shivam Dimri 4 years, 11 months ago
0Thank You