Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yasin Ergüt
Hesap makinesi
Commits
ea45e70b
Commit
ea45e70b
authored
Jan 06, 2026
by
Yasin Ergüt
Browse files
hesap makinesi.html
parent
8d8bdbdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
hesapmakinesi.html
0 → 100644
View file @
ea45e70b
<!DOCTYPE html>
<html
lang=
"tr"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Basit Hesap Makinesi
</title>
</head>
<body>
<h2>
Hesap Makinesi
</h2>
<input
id=
"sayi"
>
<br><br>
<button
onclick=
"islemEkle('+')"
>
+
</button>
<button
onclick=
"islemEkle('-')"
>
-
</button>
<button
onclick=
"islemEkle('*')"
>
×
</button>
<button
onclick=
"islemEkle('/')"
>
÷
</button>
<br><br>
<button
onclick=
"hesapla()"
>
=
</button>
<button
onclick=
"karekok()"
>
√
</button>
<button
onclick=
"temizle()"
>
C
</button>
<p
id=
"ifade"
>
İşlem:
</p>
<p>
Sonuç:
<span
id=
"sonuc"
></span></p>
<script
src=
"islemler.js"
></script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment