Java-Questions-and-Solutions icon indicating copy to clipboard operation
Java-Questions-and-Solutions copied to clipboard

This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.

Results 28 Java-Questions-and-Solutions issues
Sort by recently updated
recently updated
newest added

### Issue Id you have worked upon - Kindly write your answer here ### Briefly explain your program logic - Kindly write your answer here ### Screenshots(Attach 2 screenshots of...

no response

### Issue Id you have worked upon - Added A leetcode question. ### Briefly explain your program logic - Your answer ### Screenshots(Attach 2 screenshots of your own input and...

no response

### Issue Id you have worked upon - Your answer ### Briefly explain your program logic - Your answer ### Screenshots(Attach 2 screenshots of your own input and output) -...

no response

### Issue Id you have worked upon - #312 ### Briefly explain your program logic - Simple use of conditional statements inside the looping statements ### Screenshots(Attach 2 screenshots of...

Level 3
hacktoberfest-accepted

### Enter your question - Write a program to print letter R exactly as shown below - ![image](https://user-images.githubusercontent.com/55992140/136356668-87257839-e607-4f40-ac8c-9ebf0461900c.png) ### Enter link to the question(if question belongs to any online platform)...

Question
Level 3
hacktoberfest
appreciation

### Enter your question - Given a 2D array, print it in spiral form. See the following examples. Input: 1 2 3 4 5 6 7 8 9 10 11...

Level 1
Online

### Issue Id you have worked upon - #364 ### Briefly explain your program logic - There are numbers way to this here is one of them i).Simply set a...

### Enter your question - You are given an array of 0s and 1s in random order. Segregate 0s on the left side and 1s on the right side of...

### Enter your question - Write a program to input a nested List and print all the elements present in it. ### Enter link to the question(if question belongs to...

Question
Level 2
hacktoberfest

### Enter your question - Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, and /. Each operand may be an integer...

Level 2
hacktoberfest
Online