What is the output of the given code? print "What's your address" city,state,pin=gets.chomp,gets.chomp,gets.chomp puts "Iam from #{city} city, #{state} state, pincode: #{pin} "

Question:
What is the output of the given code?

print "What's your address"
    city,state,pin=gets.chomp,gets.chomp,gets.chomp
    puts "Iam from #{city} city, #{state} state, pincode: #{pin} "

1.Error in compilation

2.Give your address

3.What’s your address? Chennai Tamilnadu 600048 Iam from Chennai city, Tamilnadu state, pincode: 600048

4.None of the mentioned

Posted Date:-2022-02-07 11:14:01


More MCQS Questions and answers

Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!