Java

[Solved] Junior Coders with Java, C++, Python

[Solved] Junior Coders with Java, C++, Python

Junior Coders Academy is a unique learning Centre that offers a creative and inspiring collaborative environment for building coding skills to students of Grades 1 to 12.Williams, the proprietor of the Academy and the mentor for the students started his…

[Solved] Simplified Fraction with Java, C++, Python

[Solved] Simplified Fraction with Java, C++, Python

Simplified Fraction: St. Patrick Convent organizes a project exhibition “Innovative Minds” every year with an objective to provide the platform and unleash the potential of the students by showcasing their innovative projects. Pasha is a smart high school student and…

[Solved] Winter Challenge with Java, C++, Python

[Solved] Winter Challenge with Java, C++, Python

Swapna is a regular reader of Youth Digest magazine. The magazine has a whole host of fun and interesting facts from around for the youth especially that encourage interactivity and enhances their imagination. “Winter Challenge” is an event announced in the…

[Solved] Nice Number with Java, C++, Python

[Solved] Nice Number with Java, C++, Python

Nice Number: “The Greatest Furniture Expo” is a biggest fair exhibiting furniture products, services and equipment, interior services, decoration plans, modular kitchen accessories, bedroom furniture, stylish sittings etc in the Furniture industry. It is a 4-day event and on the…

[Solved] Expression Evaluation with Java

[Solved] Expression Evaluation with Java

Expression Evaluation: In the Mini project 7th module is to evaluate the expression y = x + x^2+……..+x^n. Rita allotted this function to Malini. Collect and display the values returned by the called function. Test your program and report the…

[Solved] Abstract Class FundTransfer with Java

[Solved] Abstract Class FundTransfer with Java

Abstract Class FundTransfer: Let’s try an application like a fund transfer for our larger application. So, in fund transfer, there are 3 types of NEFT We can create an abstract class FundTransfer. And extend it in the child classes. Create an abstract…

[Solved] 2024 Java Test Coding Problem Solution

[Solved] 2024 Java Test Coding Problem Solution

1 . Write a program to concatenate two string using lambda expressions. The lambda expression takes two strings as argument and returns the concatenated string. Input format The input consists of two strings. Output format The output prints the concatenated…