Problem 324. 7 segment LED display

Given a whole number, output how many segments would be lit up to display it on a 7 segment LED display (see Wikipedia: http://en.wikipedia.org/wiki/Seven-segment_display)
Examples:
1 -> 2
34 -> 9

Solution Stats

50.33% Correct | 49.67% Incorrect
Last Solution submitted on Feb 13, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers253

Suggested Problems

More from this Author39

Problem Tags

Community Treasure Hunt

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

Start Hunting!