Problem 43142. Find max prime number

Given integer number n. Find the max prime number (mpn) that smaller than or equal to n. Example:

n = 10
--> mpn = 7 

Solution Stats

58.07% Correct | 41.93% Incorrect
Last Solution submitted on Apr 15, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers169

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!