Commit 5a163ef2a49e9990cbc26ad41f7c0ed1d7da8039

Authored by Cse Ta account
1 parent 714c103532
Exists in master

few changes

Showing 1 changed file with 5 additions and 5 deletions Side-by-side Diff

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