0

how can i calculate y%z ?

9th Apr 2020, 6:21 AM
harsh kumar
harsh kumar - avatar
1 Resposta
0
You can simply use % operator.... e.g. puts "#{9 % 2}" Output: 1
10th Apr 2020, 6:48 AM
DeWill
DeWill - avatar