Write an algorithm for a program that prompts the user to enter the radius of a circle, and then calculate its area
Write an algorithm for a program that prompts the user to enter the radius of a circle, and then calculate its perimeter
Write a program to find out the greatest between two numbers defined in two different classes by using friend function.
Write a menu driven program to perform the following operations in a header linked
list by using suitable user defined functions for each case. The head node keeps the
count of the total number of nodes in the list. The data node keeps the student
information: Name, Roll No, CGPA, Address_City, Branch.
1. Create
2. Display student information
3. Display the total number of nodes (in O(1) time)
4. Display the students’ details belonging to a particular branch
5. Display the students’ details securing > 7.5 CGPA and belonging to a given
branch.
Explanation of the program
[Explain (where applicable)
l how the loop executes
l · how the written function works
l · and anything that you think is necessary