Computer Science, asked by Shashankgodiyal2685, 3 months ago

Given 10 values X, find the biggest of them.

Answers

Answered by arushguptaggn
0

Answer:

Explanation:

Input: arr[] = {10, 4, 3, 50, 23, 90}

Output: 90, 50, 23

Answered by hitakshigurav2005
0

Answer:

Input : arr[] = {10, 20, 4}

Output : 20

Input : arr[] = {20, 10, 20, 4, 100}

Output : 100

Explanation:

think so it will help you

Similar questions