What is the value of variable g after executing the following code?
int t = 5; double g = t/4.0;
1
The code will not compile
1.25
1.0