Update chifreRomainAssa.html
This commit is contained in:
@ -100,7 +100,6 @@
|
||||
// Converti chiffres romains en entiers
|
||||
function RomainArabe(romain) {
|
||||
romain += "";
|
||||
romain = romain.toUpperCase();
|
||||
for (choix = 1; choix < 4000; choix++) {
|
||||
if (romain == ArabeRomain(choix)) return choix;
|
||||
}
|
||||
@ -112,4 +111,4 @@
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user