Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7532553
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T05:29:15+00:00 2026-05-30T05:29:15+00:00

If i give input as 1 or 2, regardless of that program goes in

  • 0

If i give input as 1 or 2, regardless of that program goes in default. Tried comparing input with “1” and 1 both. Same result.
My first Ruby program, plz excuse for naivety.

$choice

def getInfo
  puts "Info"
end 

def getMoreInfo
  puts "MoreInfo"
end


def switch
        if $choice == "1" #intentionally in ""
          getInfo
        elsif $choice == 2 #intentionally without ""
          getMoreInfo
        else
          puts "default"
        end
end


def callMainMenu
        puts "Choose the operation:"
        puts "[1] Get some Info"
        puts "[2] Get some moreInfo"
$choice=gets
$choice.chomp
end


callMainMenu
switch
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T05:29:17+00:00Added an answer on May 30, 2026 at 5:29 am

    You need to use the destructive version of chomp if you’re going to assign it like that.

    $choice.chomp!
    

    Or

    $choice = $choice.chomp
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to write a program that you give an input (number of digits
I want to give integer input to Ruby like this: 12 343 12312 12312
I give possibility to user to input strings with unique keys that represent one-line
So the issue is the user can either give input that is one int,
In a C program if we want to give some input from terminal then
I am trying to give an input to xargs that is NUL separated. To
Ill give the input string name like 'Antony'. That string was listbox item and
How can I give the input field below the characteristics listed below? Characteristics: -Text
What is a good way to give the input field below the three characteristics
pt=[2] pt[0]=raw_input() when i do this , and give an input suppose 1011 ,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.