Home > Java Programming > Language Fundamentals > Questions and Answers
Q: |
What is the result that will be printed out ? void aMethod() { float f = (1 / 4) * 10; int i = Math.round(f); System.out.println(i); } | ||||||||||||||
|
Comment on this Question | |
Name: | |
|