What will be the output of this code?
int a = 7; double b = 2; System.out.println(a / b);
3
3.5
3.0
Error
This question is part of this quiz :