The division operator in c (and thus Objective-C) is /
.
myScore * 100 / 70
3
solved Display a percentage in Objective C
The division operator in c (and thus Objective-C) is /
.
myScore * 100 / 70
3
solved Display a percentage in Objective C