Feeds
답변 있음
Counting the number of digits
The approach that i followed is in which i used a recursive function to compute the sum of digits of the integer provided such t...
Counting the number of digits
The approach that i followed is in which i used a recursive function to compute the sum of digits of the integer provided such t...
2년 초과 전 | 0
답변 있음
Write a function called blur that blurs the input image
I wrote this code. but its a different approach to solving the problem. The picture does blur to some extent. how will i be able...
Write a function called blur that blurs the input image
I wrote this code. but its a different approach to solving the problem. The picture does blur to some extent. how will i be able...
거의 3년 전 | 0
답변 있음
next prime number using While loops
Simple as that function Final_Prime=next_prime(n) prime=primes(n+n) ; i=1 temp=prime(1); while prime(i)<=n i=i+1;...
next prime number using While loops
Simple as that function Final_Prime=next_prime(n) prime=primes(n+n) ; i=1 temp=prime(1); while prime(i)<=n i=i+1;...
거의 3년 전 | 0
