0
Grocery list
entry = ' ' while entry != 'Q/q' puts "Enter an item and its price, or 'Q/q' to quit: " i = gets.to_f end tax = price * 1.06 puts "tax" end end
1 Answer
0
?
entry = ' ' while entry != 'Q/q' puts "Enter an item and its price, or 'Q/q' to quit: " i = gets.to_f end tax = price * 1.06 puts "tax" end end