티스토리 뷰
if condition
end
if condition
else
end
if condition
elsif
else
end
def multiploy(first, second)
first.to_f * second.to_f
end
def divide(first, second)
first.to_f / second.to_f
end
def mod(first, second)
first.to_i % second.to_i
end
puts "Where do you want to do? 1) multiply 2) divide 3) subtract 4) find remainder"
prompt = gets.chomp
puts "enter in your first number"
first_number=gets.chomp
puts "Enter in your second number"
second_number=gets.chomp
if prompt == '1'
puts "You have chosen ~~"
result = multiply(first_number, second_number)
elsif prompt == '2'
puts "You have chosen to divide"
result = divide(first_number, second_number)
else
puts "You have made an invalid choice"
end
'Back-end' 카테고리의 다른 글
[루비] Hash (0) | 2018.12.22 |
---|---|
[루비] 배열과 반복 (0) | 2018.12.21 |
[루비] 메서드 생성 (0) | 2018.12.21 |
[루비] 루비 숫자 다루고 변환 메서드 (0) | 2018.12.21 |
[루비] 다양한 문자열 함수 (0) | 2018.12.07 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 내년은 빡세게!!
- 월부닷컴
- 도커
- 열반스쿨기초반
- 항해플러스백엔드
- 깃
- 항해플러스후기
- front
- GIT
- 관계대수
- resize
- push_back
- 항해솔직후기
- 폭포수
- 월급쟁이부자들
- 깃허브
- docker
- Use case
- Inception
- 2023년
- pop_back
- 부동산공부
- 개발자 회고
- github
- ```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
- 유즈케이스
- 재테크공부
- Spring boot
- 인셉션
- 파라메터
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함