tangorishi / learnJava

LearnJava - Hacktoberfest 2023 🚀 Join us in celebrating Hacktoberfest 2023 by contributing to this Java programming repository! Whether you're a beginner or an expert, dive into Java, share your knowledge, and make Hacktoberfest unforgettable. 📚💻 Happy coding and contributing! 🚀🌟
MIT License
28 stars 45 forks source link

Code for findng the small and largest of 10 values #48

Closed jcgaming-official closed 1 year ago

jcgaming-official commented 1 year ago

Description: A code from user 10 input values to find the Small and Largest Value

Changes Made:

Testing Done: Enter the value of [0]: 6 Enter the value of [1]: 87 Enter the value of [2]: 657 Enter the value of [3]: 4 Enter the value of [4]: 3345 Enter the value of [5]: 234 Enter the value of [6]: 65 Enter the value of [7]: 2 Enter the value of [8]: 7 Enter the value of [9]: 78

Output: Largest is 3345 and smallest is 2

Additional Notes: As a beginner in open-source, This contribution is perfect for joining Hacktoberfest2023 by showing this code and learn for beginners. My goal to joining this Hacktoberfest2023 is to learn,collaborate,contribute,talk to developers worldwide. Thank you for this opportunity to contribute.

Happy Hacktoberfest 2023 :)

tangorishi commented 1 year ago

gg @jcgaming-official