Program to show the usage of continue statement
Write a program that will get the average of all integers from 1 to 20 using do-while loop.
Program to generate telephone bill using the concept of class.
The total price of a product is the price of the product plus the sales tax. Suppose the sales tax is 6%. Write a C++ program that reads the price of the product and displays the total cost of the product.
Write a C++ program that would input 10
scores and output the Highest and Lowest score
Write a program that calculates the inverse of a
matrix and proves that. “AA -1 = A -1 A = I”
How to create c++ program using while loop that will get a number from the user. If the user inputs a number of more than 10, the program will be terminated, hence if lower than 10, the program will keep asking the user input number?
UMT Registration System
1. Press 1 to login
2. Press 2 to register students
3. Press 3 to see the list of fee defaulters
4. Press 4 to see the CGPA of student
5. Press 5 to see the pre requisite of a course.
6. Press 6 to exit the system
Registration Window
Enter student ID
The student should not be a fee defaulter if yes then do not register student
The pre requisite of course should be passed. if fail do not register for the course
If the students CGPA is a above 3.0 register all courses.
If the CGPA is above 2.0 register 3 courses.
If CGPA less than 2.0 then register 2 courses with a warning.
Student information Window
The data should be saved in a file.
The student record may be deleted.
The student record may be searched based on the ID provided.
The student record may be updated in case if its phone no or house address changes.
Registration System
1. Press 1 to login
2. Press 2 to register students
3. Press 3 to see the list of fee defaulters
4. Press 4 to see the CGPA of student
5. Press 5 to see the pre requisite of a course.
6. Press 6 to exit the system
Registration Window
Enter student ID
The student should not be a fee defaulter if yes then do not register student
The pre requisite of course should be passed. if fail do not register for the course
If the students CGPA is a above 3.0 register all courses.
If the CGPA is above 2.0 register 3 courses.
If CGPA less than 2.0 then register 2 courses with a warning.
Student information Window
The data should be saved in a file.
The student record may be deleted.
The student record may be searched based on the ID provided.
The student record may be updated in case if its phone no or house address changes.