Computer Science, asked by arch721000, 5 months ago

given n positive number, find the largest number on the list. write step-by-step algorithm. ​

Answers

Answered by pratibhabhanugpblwkd
0

Answer:

Input : arr[] = {4, 7, 9, 2, 3}

Output : Largest number: 97432

Input : arr[] = {8, 6, 0, 4, 6, 4, 2, 7}

Output : Largest number: 87664420

Similar questions