codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Maximum of Numbers #146

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of article

Write a Java programme to find the maximum of numbers.

Additional information

Input:  2 4 1 16 6
Output: 16
Input:  12 15 5 21
Output: 21

Code of Conduct

HaveACookie commented 2 years ago

Hello, Could i be assigned this issue?