#!/usr/bin/env ruby #-*-cooding: utf-8 -*- kudamono =["りんご"、"みかん"、"バナナ"] puts "好きな数字を入れて、値をとりだそう" x=gets.to_i puts kudamono[x]