Where's the error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Where's the error

x = "" while x != "STOP" do puts "Hi, How are you feeling?" ans = gets.chomp puts "Want me to ask you again?" x = gets.chomp end

30th Dec 2022, 5:47 PM
Watermelon
Watermelon - avatar
1 Answer
+ 2
x = "" while x != "STOP" do puts "Hi, How are you feeling?" puts "Want me to ask you again?" x = gets.chomp end
30th Dec 2022, 7:24 PM
A S Raghuvanshi
A S Raghuvanshi - avatar