Math, asked by sharmagagan9205, 10 months ago

C++ declear array of 10 integers, find out the minimum number, maximum number and addition of all numbers

Answers

Answered by Anonymous
3

Answer:

Given an array, find the largest element in it. ... The solution is to initialize max as first element, then traverse the given array ... static int arr[] = { 10 , 324 , 45 , 90 ......

i hope it's help to you

Mark it brainlist answer

Similar questions