Hello
I am new at java programming and having a hard time at this very basic coding.
How to i write a java application that inouts 3 different integers from the keyboard and prints the outpout as in the following :
Output
the 3 different integers are: 13, 27, 14.
the sum is 54.
The product is 4914
completed.