long num=10;
if(totalPage!=0&&totalPage>=100){
}else{
num= totalPage/10;
if(totalPage%10!=0){
num=num+1;
}
}
long num=10; if(totalPage!=0&&totalPage>=100){ }e…
long num=10;
if(totalPage!=0&&totalPage>=100){
}else{
num= totalPage/10;
if(totalPage%10!=0){
num=num+1;
}
}