Computer Applications

Write the Java statement for creating an object named 'sifra' of the class 'Robot', which takes three double parameters.

Java Classes

15 Likes

Answer

Robot sifra = new Robot(2.5, 3.5, 4.5);

Answered By

9 Likes


Related Questions