Skip to content

Commit 0177e56

Browse files
Create Coding_Challenges.java
1 parent e672116 commit 0177e56

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Coding_Challenges.java

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
//----------------------------------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)