We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c6101 commit 0033baeCopy full SHA for 0033bae
Functions in C++/Maxima and Minima Function.cpp
@@ -1,5 +1,6 @@
1
#include<iostream>
2
using namespace std;
3
+
4
int maxima(int i,int j,int k){
5
if(i>j&&i>k){
6
cout<<" first number is greatest"<<i<<endl;
0 commit comments