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, 1 month ago
- 2 answers
Gaurav Seth 4 years, 1 month 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 Pradeep Sahu 5 months ago
- 1 answers
Posted by Anuska Maiti 6 months ago
- 0 answers
Posted by Disha Lochab 4 months, 4 weeks ago
- 0 answers
Posted by Reyaansh Shukla 5 months, 3 weeks ago
- 0 answers
Posted by Aryan Singh 8 months ago
- 3 answers
Posted by Gayana Gangothri 8 months, 1 week ago
- 0 answers
Posted by Joydeep Tarafder 5 months, 3 weeks ago
- 2 answers
Posted by Kundan Kumar 4 months, 3 weeks ago
- 4 answers
Posted by Disha Lochab 4 months, 4 weeks 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, 1 month ago
0Thank You