int percent = 0
if (max != 0) percent = (100*position) / max
|
2 | added 18 characters in body | ||
|
|
||||
|
1 |
|
||
|
int percent = 0 if (max != 0) percent = (100*position) / max |
||||
