Question: I don't know how can I make those functions Implements* those functions (add , sub , mul and div) public interface Nombre { N add(NX);

I don't know how can I make those functions
Implements* those functions (add , sub , mul and div)
public interface Nombre { N add(NX); N sub(NX); N mul( Nx); N div( Nx); This interface describes the different functions between two numbers, addition, subtraction, multiplication, and division. 2. write a class NDouble that represents a double and that implements the interface Nombre. This class should begin with: public class NDouble implements Nombre
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
