System.out.print(0.7*0.7==0.49);
Why does this code outputs false?
I saw this in my practice exam and I have am really confused.
System.out.print(0.7*0.7==0.49);
Why does this code outputs false?
I saw this in my practice exam and I have am really confused.