Computer Science, asked by AVITHELOL, 5 months ago

Write a program in Java to input 3 numbers and find out the greatest,middle and smallest

number and display the result.​

Answers

Answered by Pakiki
2

Hello guys, today, I am going to share with you another interesting coding problem for beginners, how to find the largest and smallest of three numbers. If you are learning how to program or looking to improve your problem-solving and coding skill then these kind of small problems are good to start with. They not only provide you an opportunity to think how to solve a problem using basic programming constructs like conditionals (if, else, if-else, switch), loops (for, while, do-while), operators like arithmetic, bitwise and logical operator as well as teach you how to write functions, class and create a program which you can run.

Similar questions