Created
October 8, 2013 11:25
-
-
Save utkumalkocoglu/6883265 to your computer and use it in GitHub Desktop.
Vize final notu ortalaması
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| puts "Ortalama Hesaplama" | |
| print "Vize Notu Girin=" | |
| x=gets | |
| print "Final notu Girin=" | |
| y=gets | |
| k=x.to_i*0.4 + y.to_i*0.6 | |
| puts "Donem Sonu ortalamaniz #{k}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment