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 7438705
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:35:45+00:00 2026-05-29T10:35:45+00:00

puts Please Enter First Initial… initial = gets first_letter( name, age, initial) def first_letter(

  • 0
  puts "Please Enter First Initial..."
  initial = gets
  first_letter( name, age, initial)  

  def first_letter( x, y, z)
       index = 0
       while index < x.length
        --->if z == (x[index])
        puts "#{x[index]}   #{y[index]}"
        end
        index += 1
      end
    end

So essentially what I’m trying to do is use the above code to pull a word from an array and then check the first letter of that string for a match. Essentially it asks the user for a letter and then it checks that letter against the first letter of each string in the array. The marked line is supposed to check the letter against the first letter of the string. If it is equal to the letter, the program is to put the name and age of that entry.

  • 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-29T10:35:46+00:00Added an answer on May 29, 2026 at 10:35 am

    Your question is a bit hard to understand, but the following code selects all the strings from the array where the first letter is an a. Maybe this gets you on the right track:

    a #=> ["a", "b", "c", "aa", "bb", "cc", "aaa", "bbb", "ccc"] 
    a.select { |x| x[0] == ?a } #=> ["a", "aa", "aaa"]
    # or
    a.select { |x| x.start_with? 'a' } #=> ["a", "aa", "aaa"]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

class A def a puts 'in #a' end end class B < A def
like, I'm trying to do if not Gem.available?('curb') puts Please run: 'sudo gem install
Please explain why self is used in def self.included (klass) below. module A def
Please bear with me as I've just started using NetBeans for the first time!
I have an html form with two input fields, in first one user puts
begin selected_option = gets.chomp if selected_option == 1 puts Welcome to the Welcome Screen!
Emacs puts backup files named foo~ everywhere and I don't like having to remember
Normally it just puts multiline content on a one liner field and adds slightly
The code require 'yaml' puts YAML.load( is_something: values: ['yes', 'no'] ).to_yaml produces --- is_something:
My program puts an icon in the system tray because the user may minimize

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.