File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ //----------------------------------------------------------------Ruby Coding Challenges--------------------------------------------------------
2+
3+ // Ruby Coding Challenges on Numbers
4+ // Write a program in Ruby to -
5+
6+ // 1. Convert decimal numbers to octal numbers.
7+ // 2. Reverse an integer.
8+ // 3. Print the Fibonacci series using the recursive method.
9+ // 4. Return the Nth value from the Fibonacci sequence.
10+ // 5. Find the average of numbers (with explanations).
11+ // 6. Convert Celsius to Fahrenheit.
12+
13+ //----------------------------------------------------------------Solution of Problem:----------------------------------------------------------
14+
15+ // 1. Converting Decimal Numbers to Octal Numbers:
16+
17+ //----------------------------------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments