Everyone heard about the nth prime number. Let's try to find out the nth composite. For example , 1 is the first composite, 10 is the 6th composite number. Write a program that takes the value of n and give the nth composite as output,
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers47
Suggested Problems
-
23780 Solvers
-
Find the maximum number of decimal places in a set of numbers
3388 Solvers
-
Calculate distance travelled when given radius and rotations
242 Solvers
-
137 Solvers
-
Find the index of nth maximum of a row vector of real numbers
76 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
You mean Composite number, right?
My bad, I corrected that mistake, thanks for noticing.