All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.harium.suneidesis.math.MathOperations Maven / Gradle / Ivy

The newest version!
package com.harium.suneidesis.math;

public interface MathOperations {

    String plus(String value1, String value2);

    String minus(String value1, String value2);

    String times(String value1, String value2);

    String divide(String value1, String value2);

    String percentOf(String total, String percentage);

    String percentageOf(String total, String obtained);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy