double first = 9 / 4; System.out.println(first);
When I am trying to execute this code it always prints 2.0 instead of 2.25. My goal here is to get 2.25 as an answer