+ 1
Please help me ,in my code,it is not returning any value?please tell me my mistakes.
3 odpowiedzi
+ 2
You haven't written anything that prints the result; wrap your product() call in your main in System.out.println.
+ 3
You arent printing the values the user inputs, you are returning them. Please remember that "return" doesnt print anything into the console/screen.
0
Thanks brother