This commit is contained in:
cifobandung2-lang 2026-04-06 14:51:35 +07:00
parent f986bf89d3
commit 4502be05ee
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<p>Masukkan soal (contoh: (x+2)^2 atau x^2-9):</p> <p>Masukkan soal (contoh: (x+2)^2 atau x^2-9):</p>
<input type="text" id="soal"> <input type="text" id="soal">
<button onclick="hitung()">Jawab</button> <button onclick="hitung()">Jawab</button>
<p id="hasil"></p> <p id="hasill"></p>
</div> </div>
<script> <script>