HexOps LogoGO CHECKPOINTSBY HEXOPS.PRO

Official 01-edu Go piscine roadmap & subject index powered by hexops.pro.

Math01-edu Subject ID: romannumbers

Roman Numbers

Convert integers to Roman numerals (I, V, X, L, C, D, M) and print evaluation steps.

View Subject on 01-edu GitHub

Checkpoint & XP Breakdown

CheckpointLevelXP per Exercise
Checkpoint 03Level 868.0k XP
Final CheckpointLevel 884.8k XP

Related Math Exercises

Rect Perimeter
Calculate and return the perimeter of a rectangle given length and width.
Digit Len
Calculate the total number of digits in an integer given a specific base.
Fish and Chips
Print "fish", "chips", or "fish and chips" depending on divisibility by 2 and 3.
GCD (Greatest Common Divisor)
Compute the greatest common divisor of two non-negative integers using Euclidean algorithm.
Find Prev Prime
Find the largest prime number smaller than or equal to a given integer.
From To
Generate a formatted number sequence strictly stepping from start number to end number.