+ 1
Create a java project and name
Create a java project and name it Section2. The aim of the project is to compare three numbers and print the largest one. The project should ask the user to enter three integer numbers a, b, and c and store it in the memory
4 Respostas
+ 2
BEN_10🇮🇳 I don't know where to start can you help me
+ 2
Hello Mr yaseer
* Create a class and name it Section2
* add the main method
* create three variables (int a = 0; int b = 0...)
* read the lesson about user input (you need the Scanner class)
* read the lesson about if else statements (which you need to compare the three values)