package com.young.service; /** * Created with IntelliJ IDEA. * User: veryyoung * Email:codingyoung@gmail.com * Date: 13-12-1 * Time: 下午3:50 * To change this template use File | Settings | File Templates. */ public class CalculatorServiceImpl implements CalculatorService{ @Override public int add(int a, int b) { return a+b; //To change body of implemented methods use File | Settings | File Templates. } @Override public int sub(int a, int b) { return a-b; //To change body of implemented methods use File | Settings | File Templates. } @Override public int mul(int a, int b) { return a*b; //To change body of implemented methods use File | Settings | File Templates. } @Override public int div(int a, int b) { return a/b; //To change body of implemented methods use File | Settings | File Templates. } }

Zeorwyc LV8
2022年5月7日
dengjunjun LV15
2022年3月28日
lironggang LV37
2021年4月29日
心中无码 LV5
2020年8月17日
hehe264 LV20
2020年5月11日
羞羞小子 LV13
2020年4月17日
luqb890913 LV12
2019年7月24日
jeep123456 LV10
2019年7月13日
itcaizhe LV8
2019年5月14日
wsupsup LV16
2018年9月29日