Question: Write the results to the following statements. If the code is not valid, write error as the answer. Write the result to the following statements.
Write the results to the following statements. If the code is not valid, write "error" as the answer.

Write the result to the following statements. If the code is not valid, write "error" as the answer int y = 2; int x = 5; double z = 20.0; int [] a = {1, 2, 3, 4, 5}; String myString = "A simple string"; a. x/y b. x * x/y c. x/z d. a[1] * a[5] * x e. a[2] f. x/2 % 10 Double.parseDouble("1.2") h. "1.4" + myString i. y ** z j. System.out.println ("My number is " + a[1] * 4/z"")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
