this is a ruby program , addition of two no
gets = function is use to take Input from the user
to_i = used to convert user input into integer
puts = used to print anything on output
+,*,- operation
a,b are two orpands or we can say that two variables.