Computer Science, asked by madhabdome1234, 1 month ago

ক্ষুদ্র শিল্প সর্বদায় কী ভিত্তিক?

Answers

Answered by BrutalMaster
1

Answer:

1) While n is divisible by 2, print 2 and divide n by 2.

2) After step 1, n must be odd. Now start a loop from i = 3 to square root of n. While i divides n, print i and divide n by i. After i fails to divide n, increment i by 2 and continue.

3) If n is a prime number and is greater than 2, then n will not become 1 by above two steps. So print n if it is greater than 2.

Answered by GeniusGouravDebroy
0

The above answer is incorrect.

Answer with Step-By-Step-Explanation :

Small scale industries (SSI) are those industries in which manufacturing, providing services, productions are done on a small scale or micro scale. For example, these are the ideas of Small scale industries: Napkins, tissues, chocolates, toothpick, water bottles, small toys, papers, pens.

Hope it'll help you

Please mark me as the brainliest.

Keep following me.

Similar questions