2014年5月24日 星期六

相除取整數及餘數C# -VB div mod

int a = 5;

int b = 3;


int div = a / b; //div is 1

int mod = a % b; //mod is 2

沒有留言:

張貼留言