Update chifreRomainAssa.html
This commit is contained in:
parent
1d5a10f14d
commit
97728e7924
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user