Answer:
public class Calculator {
public double add(int a, int b){
return a+b;
}
public double substract(int a, int b){
return a-b;
}
public double multiply(int a, int b){
return a*b;
}
public double divide(int a, int b){
if(b>0){
return a/b;
}
else{
System.out.println("Cannot divide by zero");
}
return -1;
}
}
Explanation:
- Using Java Programming Language, the class Calculator is created. There are no fields (Instance variables) and no constructors since these are not required by the question.
- Four methods (functions) are created: add, substract, multiply and divide as specified in the question.
- Note the use of the if statement in the divide() to handle case of illegal division (by 0)
Answer:
??
Explanation:
can you be more specific please! i can't read gibberish
Answer: zettabytes
Explanation:
Information system, is simply referred to as an integration of a set of components that are vital for the collection, storage and the processing of data and also important for the provision of information, and knowledge.
With new laws requiring the storage of emails and other important documents, information systems storage now exceeds approximately 4.7 zettabytes.
No, no hay ninguna. Yo también busqué por ahí y nada. Bueno, eso