+ 3
Pblic class program { Public static void main .string[ ] args ){ for( x=1 ; x<=100 ; x++ ){ if( x%3=0 && x%4=0)
3 Respostas
+ 22
if condition checks for divisibility by 12
//as lcm (3,4) will be 12 only
/*the above code U posted have so many syntax errors*/
+ 7
This is not a question, why is it posted?
https://www.sololearn.com/discuss/321242/?ref=app
+ 3
12 , 24 , 36 , 48 , 60 , 72 , 84