5 points Status: Not Submitted This class has a few methods for manipulating a number. The object has been created for you. Call the methods indicated and print out the result of each method call. Your output should look like this 16.0 36.0 72.0 72.9 Status: Not Submitted 2.6.6: Number Games Save Submit Continue !!! 1 import java.util."; 2 import java.lang."; 3 import java.io.*; 4 5 public class GamesTester FILES Number Games.java D Games Tester java 7 8 9 10 12 13 14 15 16 17 13 19 20 21 22 public static void main(String[] args) NumberGames game - new NumberGames (3), double d1, square, repeat; W Double the number di - game, doubleNumber); System.out.println(d1); square - game, squareNumber: System.out.println(square) d1 - game,doubleNumber: System.out.println(game.getNumber() repeat game.repeatNumber: System.out.println(repeat): // Square the number W Print it out 25 20 W Double the number again 77 Print it out 20 20 Get the number and store the value W print out to see that getumber does not modify the number Status: Not Submitted 2.6.6: Number Games Save Submit Continue !!! FILES 1 public class NumberGames 2.{ 3 4 // Keep track of the number 5 private double num; 6 2 V/ Constructor public NumberGames (double startingNumber) 8 Number Games java Games Tester.java num - startingNumber; } // Returns the number public double getNumber() 10 11 12 13 14 15 - 16 17 18 19 20 21 return num; } W Doubles the number W Returns the doubled number public double doubleNumber) 22 num-23 return num 22 24 25 25 27 28 puble double rapeatNumber) Status: Not Submitted 2.6.6: Number Games Save Submit Continue ( return num; } FILES // Doubles the number // Returns the doubled number public double doubleNumber() NumberGames.java GamesTester.java num"- 2; return num; ) 15 - 16 17 18 19 20 21 22 - 23 24 25 26 27 28- 29 30 31 32 33 34 35 36 37 38 39 public double repeatNumber() num. 1: return num; 1 Squares the number // Returns the squared number puble double squareNumber() num-HU returnum 42 Submit Continue RUN CODE TEST CASSE ASSIGNMENT DOCS GRADE 2.6.6. Number Games Run Code ✓ Check Code STOP public class GamesTester 6.0 72.0 72.0 public static void main(String[] args) Naber Games game new Number Games (3); double d1, square, repeat; Double the number di - gane doubleNumber(); System.out.println(di); square - gume.squareumber(); 5 System.out.printin(Square); 16 dl - game.doubleflumber): 17 System.out.printlngane.getNumber(): 19 repeat - Banrepeatuber Systen.out.println(repeat); 20 21 1 Square the onber 22 W print it out 23 20 Double the number again 25 Il print it out 2 Get the number and store the value W print it out to see that some does 1/ not nodify the number Errors GamesTester java Linet You may have forgotten to declare No out of COD Gestejov Line 18 You forgotten to decor