+ 2
Write a program using DIV(J, K) which reads a positive integer N> 10 and determines whether or not N is a prime number. (Hint: N
Please help
2 ответов
+ 2
Is this not the question you are trying to answer?
Write a function subprogram DIV(J , K) , where J and K are positive integers such that DIV(J , K) = 1 if J divides K but otherwise DIV(J , K) = 0. (For example, DIV(3 , 15)=1 but DIV(3,16)=0)
Tell me more about what you are looking for?
0
No