write a pseudo code for a program to find the greater number between two numbers
Implement a maximum binary heap to store strings
draw a flowchart for the calculate the average from 100 exam scores
draw flowchart for the problem of printing odd numbers less than a given number. it should also calculate their sum and count
Best selling refrigerator
Mrs.Roselin, a homemaker wished to buy a refrigerator with all new features in order to preserve and store the vegetables, fruits, and food items more efficiently.
Write a C++ program to display the Best-Selling refrigerator Manufacturer and various models manufactured by them to Roselin.
Types of refrigerators manufactured by "Whirlpool" are as follows:
1.Single Door
2.Double Door
Input and Output Format:
The refrigerator types manufactured by Whirlpool
1.SingleDoor
2.DoubleDoor
Refrigerator type of your choice?
SingleDoor
The refrigerator models manufactured by Whirlpool
1.Whirlpool_Royal
2.Whirlpool_ELT
3.Whirlpool_Icemagic
4.Whirlpool_Protton
5.Whirlpool_Powercool
Refrigerator of your choice?
Whirlpool_Icemagic
Refrigerator Details
Manufacturer : Whirlpool
Type : SingleDoor
Model : Whirlpool_Icemagic
write a pseudo code for a program which generates even numbers between 1000 and 2000 and then prints them in the standard output.it should also print total sum.
write an algorithm to calculate even numbers between 10 and 250
11. We want to calculate the total marks of each student of a class in Physics, Chemistry and Mathematics and the average marks of the class. The number of students in the class is entered by the user. Create a class named Marks with data members for roll number, name and marks. Create three other classes inheriting the Marks class, namely Physics, Chemistry and Mathematics, which are used to define marks in individual subject of each student. Roll number of each student will be generated automatically.
Develop a class called Complex that represents a complex number. An example of a complex number is 5 + 10 i (5 is the real part and 10 is the imaginary part of a complex number). Use public integer values to represent the real and imaginary parts of a complex number.
The program will ask the user to enter Midterm grades and final grades. Student final grades is 30% of midterm and 70% of final grades