Identify and fix the errors in the following code:
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;67 System.out.println("j is " + j + " and8 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.