1.

Write c++ program to find two maximum number using function​

Answer» TION:Hope the program I am GIVING works on your compiler, I use Dev C++#include#includeusing namespace std;void maximum (x,y){ int x,y; if(x>y) { cout<<"Larger number is : "<ENTER the 1st number"<>a; cout<<"Enter the 2nd number"<>b; maximum(a,b); return 0;}Hope that HELPS you buddy.. : )


Discussion

No Comment Found