0% found this document useful (0 votes)
22 views

Campus Coding Round Question: Fibonacci Series Without Using Recursive? For Answer

The document contains a list of 20 coding questions for a campus coding round, ranging from printing prime numbers and calculating area/perimeter of a circle to adding matrices, checking data types, swapping variables, and reversing strings and numbers. It also includes two questions on Fibonacci series with and without recursion. At the bottom, it provides a link for answers to the interview programs.

Uploaded by

ashish pradhan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Campus Coding Round Question: Fibonacci Series Without Using Recursive? For Answer

The document contains a list of 20 coding questions for a campus coding round, ranging from printing prime numbers and calculating area/perimeter of a circle to adding matrices, checking data types, swapping variables, and reversing strings and numbers. It also includes two questions on Fibonacci series with and without recursion. At the bottom, it provides a link for answers to the interview programs.

Uploaded by

ashish pradhan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

CAMPUS CODING ROUND QUESTION

Jan. 1

1. Print prime numbers?


2. Basic Java program to find area and perimeter of circle
3. Print 1 to 10 without using loops
4. Print numbers in pyramid shape?

5. Add 2 Matrices
6. Basic Java Example Program to check even or add
7. What happens if we place return statement in try catch blocks
8. Write a java program to convert binary to decimal
9. Java Program to convert Decimal to Binary
10. Interfaces allows constructors?
11. Can we create private constructor in java
12. Java interview Questions on main() method
13. Explain java data types with example programs
14. Swap two numbers without using third variable in java
15. Find sum of digits in java
16. Check Even or Odd without using modulus and division
17. String Reverse Without using String API
18. Check string is palindrome or not?
19. Reverse a number in java?

20. Fibonacci series with Recursive?


21. Fibonacci series without using Recursive?

FOR ANSWER:-
http://www.instanceofjava.com/2016/03/core-java-interview-programs-freshers.html

CRYSTAL KNOWLEDGE 1

You might also like