why in condition check the condition is written as
(N%i==0) ,
should not be written as,
(N/i=o)
DOUBT :-
1).why % instead of /
2). meaning of == in condition
3). when it is written that (N%i==0) what does 0 what does it means or what it signifies
why in condition check the condition is written as
(N%i==0) ,
should not be written as,
(N/i=o)
DOUBT :-
1).why % instead of /
2). meaning of == in condition
3). when it is written that (N%i==0) what does 0 what does it means or what it signifies