Stay tuned, website under development
Hi there...
Pinned Loading
-
Printing a string 1000 times without...
Printing a string 1000 times without using any kind of loop in JAVA 1/* printf-dj
2This program will print a string 1000 times without using any kind of loop.
3It is just using a string fuction replaceAll().
4Warning:- JAVA code ahead
5HAPPY CODING....
-
This program will generate the nth p...
This program will generate the nth prime number. The below given code can find prime numbers between 1 to 100000000, although it can be changed as per requirement. 1/* printf-dj
2This program will generate the nth prime number.
3This program basically generates the prime numbers from 1 to 1000 and store them in an array.
4Then as per the value of n, it returns the prime number by looking up in the array.
5The range can be increased, but it will take more time and space for the program execution.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.