I need help putting a space in between my output I’m trying to find out what the problem is I am currently using zybooks java
Extracted text: 12.96 1.841304610218211E11 4.5 16.2 1532.2042412.gx8zay7 LAB 2.29.1 LAB: Using math methods ACTIVITY LabProgram.java 1 import java.util.Scanner; 3 public class LabProgram { public static void main(String[] args) { 4 Scanner scnr = new Scanner (System.in); double x; double y; double z; 7 8. 10 x-scnr.nextDouble(); y=scnr.nextDouble(); Z=scnr.nextDouble (); System.out.print(Math.pow(x, z)); System.out.print (Math.pow(x, Math.pow(y,z))); System.out.print(Math.abs (y)); System.out.print (Math.sqrt( Math.pow(x*y,z))); 11 12 13 14 15 16 17 18 } 19 When done developing your program, press the submit your program for auto-grading. Develop mode Submit mode Submit for grading
Extracted text: 0,0,0,0,0,0,0,0,C 0,0,0,0,0,0,0,0 min:47 ubmission - 7:43 AM EST on 02/23/22 show failing tests re output a ut is nearly correct3; whitespace differs. See highlights below. Special character lege Input 3.6 4.5 2.0 Your output 12.961.841304610218211E114.516.2 pected output 12.96 1.841304610218211E11 4.5 16.24 are output ^ ut is nearly correct; but whitespace differs. See highlights below. Special character legend Input -3.7 -3 5 Your output -693.4395700000001-8.452419664263233E-1393.0410.49 xpected output -693.4395700000001 -8.452419664263233E-139 3.0 410 us submissions