#!/usr/bin/ruby # encoding: utf-8 print 'Szám: ' szam = gets eredmeny = szam.to_i * 2 print "eredmeny: ", eredmeny, "\n"