Question: Question 1 [ 5 marks ] : Write a Java class with a method that takes integer value as a parameter. If the remainder of
Question marks:
Write a Java class with a method that takes integer value as a parameter. If the remainder of the division of this number by is different from zero, it throws an ArithmeticException otherwise it prints a message Even number Write a main method to test your code.
Question marks:
Write two Java classes that implement differently an abstract method of an interface. This method calculates the distance between two points. The distance can be calculated as follows x x y y are double variables:
Math.sqrty yy yx xx x
PointDdistancex y x y
Write a main method to test your code.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
