Commit 0c7140ba494093e138bb3a188925ed5f3fca23fe

Authored by Cse Ta account
1 parent e1b063953a
Exists in master

hmm2

Showing 1 changed file with 1 additions and 2 deletions Inline Diff

include <iostream> 1 1 include <iostream>
using namespace std; 2 2 using namespace std;
3 3
int minArr (int A[], int n){ 4 4 int minArr (int A[], int n){
5 5
6 6 return 0;
} 7 7 }
8 8
9 9
int maxArr (int A[], int n){ 10 10 int maxArr (int A[], int n){
11 11
12 12