C++

[Solved] Switch Operations with C++

[Solved] Switch Operations with C++

Switch Operations: The 4 basic mathematical operations are Addition, Subtraction, Multiplication and Divison. They are actually the core part in every mathematical problem. Develop a program to perform all the mathematical operations in a menu driven format using a Switch…

[Solved] Expression Evaluation with C++

[Solved] Expression Evaluation with C++

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 results…

[Solved] Hazecraft Client Series with C++

[Solved] Hazecraft Client Series with C++

Hazecraft Client Series: The Event Organizing Company “Hazecraft” focuses on event management in a way that creates a win-win situation for all involved stakeholders. Hazecraft doesn’t look at building one time associations with clients but aim at creating long-lasting collaborations…

[Solved] AES Numbers with C++

[Solved] AES Numbers with C++

AES Numbers: Varun is the founder of Event Management Company, “Sparsh Services”.  In the company all the financial transactions are carried out online and Varun has strictly insisted his staff to do any transactions on web browsers that supports AES…

[Solved] Matrix Addition with C++

[Solved] Matrix Addition with C++

Write a program to perform matrix addition. Assume only square matrices of the same dimension. Input Format: The input consists of (2*(m*m)+1) integers. The first integer corresponds to m, the number of rows / columns in the matrix . The…

[Solved] Remove the occurrence with C++

[Solved] Remove "the" occurrence with C++

Remove “the” occurrence: After the weekend holidays, schools opens today. The class teacher found many students were absent. So very next day when students reach class, she announced to submit leave letter. Shrawanti has the habit of including the word…

[Solved] Business Trip with C++

[Solved] Business Trip with C++

Business Trip: Collin is very passionate about travelling and loves travelling all over the world. Every time he plans for a trip one main difficulty he faces is calculating the amount of money he needs to save for the trip.…