java基礎-取餘數,取商

bestcxx發表於2016-03-02

取餘數

int a=15;

int b=10;

  

a%b 等於5

a/b等於1

相關文章