Skip to content

Instantly share code, notes, and snippets.

@utkumalkocoglu
Created October 8, 2013 11:25
Show Gist options
  • Save utkumalkocoglu/6883265 to your computer and use it in GitHub Desktop.
Save utkumalkocoglu/6883265 to your computer and use it in GitHub Desktop.
Vize final notu ortalaması
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