java

[Solved] Candy Quiz with Java, C++

[Solved] Candy Quiz with Java, C++

Candy Quiz: Anto and Jim were best friends. They went to a nearby Super Market to get some candies, where they saw an on-the-spot event organized for the kids. The event is a one minute quiz game where two kids…

[Solved] Auditions with Java, C++

[Solved] Auditions with Java, C++

Auditions: “Singing Champs” is a famous reality series. The show organizers have planned to roll out the show’s 5th season in the coming month. The auditions for the show is announced at various Cities widely and the organizers have inaugurated the…

[Solved] To the Magic Show with Java, C++

[Solved] To the Magic Show with Java, C++

To the Magic Show: The Magic Castle, the home of the Academy of Magical Arts has organized the great ‘WonderWorks Magic Show’. Renowned magicians were invited to mystify and thrill the crowd with their world’s spectacular magic tricks. Rahul has…

[Solved] Entrance Test with Java, C++

[Solved] Entrance Test with Java, C++

“Success Academy” has arranged for a entrance test for High School students from rural villages. Those successful students of the test will be awarded the scholarship for their IIT/JEE preparations at Success Academy. Sunil, the co-coordinator and founder of the…

[Solved] Math Olympiad with Java

The KISA Math Olympiad is held annually across all the Schools to identify and encourage the mathematical creativity of children of all grades. Samuel is a little genius in math of Grade 5 who was participating in the contest. The…

[Solved] Art Competition with Java

[Solved] Art Competition with Java

Ocean Awareness Art Competition is a yearly art competition that engages students to promote the need to preserve, protect, and restore the world’s oceans and aquatic resources.  The Contest was organized at an outdoor auditorium in the City and large…

[Solved] Reverse the digits with Java

[Solved] Reverse the digits with Java

Reverse the digits: Asha’s birthday is shortly coming and her parents have planned to arrange for a house party. Deepa was Asha’s best friend and was expecting her birthday since a month. This is because Deepa’s Dad has promised her…

[Solved] GCD of 2 Numbers with Java

[Solved] GCD of 2 Numbers with Java

Write a program to compute GCD of 2 numbers using recursion. Input and Output Format: Input consists of 2 integers. Refer sample input and output for formatting specifications. All text in bold corresponds to input and the rest corresponds to…

[Solved] Recursion Factorial with Java

[Solved] Recursion Factorial with Java

Recursion Factorial: Clinton and Collin tries to play a game on words. If a word is given to them, they need to find as much words as possible using the characters in the given word. While playing, they taught to find…

[Solved] Number of digits with Java

[Solved] Number of digits with Java

Write a program to find the number of digits in a number using recursion. Input and Output Format: Input consists of a nonnegative integer. Refer sample input and output for formatting specifications. All text in bold corresponds to input and…