티스토리 뷰
puts "Simple calculator"
25.times {print "-"}
puts "Enter the first Number"
num_1=gets.chomp
puts "Enter the second Number"
#gets.chomp는 String으로 받아온다.
num_2=gets.chomp
puts "The first number multipled by the second number is #{num_1.to_i * num_2.to_i}"
puts "나누기 : The first number division by the second number is #{num_1.to_i / num_2.to_i}"
puts "더하기 : The first number plus by the second number is #{num_1.to_i + num_2.to_i}"
puts "빼기 : The first number minus by the second number is #{num_1.to_i - num_2.to_i}"
num_3=10
puts "#{num_3.to_f}"
puts "#{num_3.odd?}"
puts "#{num_3.even?}"
'Back-end' 카테고리의 다른 글
[루비] if/elsif/else 문 (0) | 2018.12.21 |
---|---|
[루비] 메서드 생성 (0) | 2018.12.21 |
[루비] 다양한 문자열 함수 (0) | 2018.12.07 |
[패스트캠퍼스 6번쨰 수업] (0) | 2018.11.10 |
[Spring Boot] 패캠 5번쨰 수업 (0) | 2018.11.03 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 월급쟁이부자들
- Use case
- 깃허브
- 도커
- ```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
- 월부닷컴
- 인셉션
- 부동산공부
- 관계대수
- push_back
- 파라메터
- 2023년
- 항해플러스후기
- resize
- 재테크공부
- docker
- 내년은 빡세게!!
- pop_back
- github
- 폭포수
- Inception
- 깃
- 개발자 회고
- 열반스쿨기초반
- Spring boot
- front
- 항해플러스백엔드
- 항해솔직후기
- 유즈케이스
- GIT
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함