Algorithm to find numbers divisible only by 2 and 3
Answers
Answered by
0
devisible by 2 = the number starting with 0, 2, 4 ,6, 8,
devisible by 3 = if the sum of first two number are devisible by 3 the the given no. are devisble by 3 ....
hope it help you..!! !
devisible by 3 = if the sum of first two number are devisible by 3 the the given no. are devisble by 3 ....
hope it help you..!! !
Answered by
0
the no starting from =0,2,4,6,8are divisible by 2.
the which by add all nums we get a num which is there in 3 table it is divisible by 3.
the which by add all nums we get a num which is there in 3 table it is divisible by 3.
Similar questions