algorithm to find largest ,smallest,second largest of 3 numbers
Answers
Answered by
5
Answer:
1. take the three number as input 2. check first num if it is greater than other two 3rd. repert the step 2 for other two num print the num which is great that among that num
Answered by
0
Explanation:
This is the answer in c++
Attachments:
Similar questions