Question: Language:C++ - Take input two integers n1,n2 - Take input another integer choice - For choice ==1, find max (code given) - For choice ==2,
Language:C++
- Take input two integers n1,n2 - Take input another integer choice - For choice ==1, find max (code given) - For choice ==2, find min and print (do by yourself) - For choice ==3, swap the values of n1 and n2, and print (logic given, you write your code) - For choice == anything else, print wrong choice (code give)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
