Update chifreRomainAssa.html

This commit is contained in:
Assa 2019-04-16 15:53:24 +02:00 committed by GitHub
parent 1d5a10f14d
commit 97728e7924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>