1 public class Test {
2 public void main(string[] args) {
3 double i = 50.0;
4 double k = i + 50.0;
5 double j = k + 1;
6
7 System.out.println("j is " + j + " and
8 k is " + k);
9 }
10 }
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.