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
Description: A code from user 10 input values to find the Small and Largest Value
Changes Made:
Added a file named minmax.java
Used Scanner Package
Used cat named as int variables for user 10 input values
Used for loops
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.
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 :)