We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57cb58 commit 77a9455Copy full SHA for 77a9455
Beginner/1001.rb
@@ -0,0 +1,4 @@
1
+sA = gets.chomp.to_i
2
+sB = gets.chomp.to_i
3
+sum = sA+sB
4
+puts "X = "+sum.to_s
0 commit comments