Skip to content

Commit 0033bae

Browse files
Update Maxima and Minima Function.cpp
1 parent 45c6101 commit 0033bae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Functions in C++/Maxima and Minima Function.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include<iostream>
22
using namespace std;
3+
34
int maxima(int i,int j,int k){
45
if(i>j&&i>k){
56
cout<<" first number is greatest"<<i<<endl;

0 commit comments

Comments
 (0)