Hellp | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

Hellp

how to do to calculate the determinant https://code.sololearn.com/Wzh2k25QwomT/?ref=app

7th Dec 2017, 2:32 PM
Ильфир Якупов
Ильфир Якупов - avatar
2 Réponses
+ 10
There are too many errors in your code. You created multiple elements with same "id". That's not allowed. Replace "document.write(x)" in javascript with "document.getElementById('x').value = x;" for your code to show the result.
7th Dec 2017, 6:23 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
11th Dec 2017, 10:58 AM
Ильфир Якупов
Ильфир Якупов - avatar