This document contains the practical file submission for the subject RDBMS of student Ayush Gangwar enrolled in BSc CS for the third semester at Invertis University in Bareilly, Uttar Pradesh, India. It includes an index listing 21 programming problems completed by the student along with the date and signature of submission to the faculty member Mrs. Shivangi Ghildiyal.
This document contains the practical file submission for the subject RDBMS of student Ayush Gangwar enrolled in BSc CS for the third semester at Invertis University in Bareilly, Uttar Pradesh, India. It includes an index listing 21 programming problems completed by the student along with the date and signature of submission to the faculty member Mrs. Shivangi Ghildiyal.
This document contains the practical file submission for the subject RDBMS of student Ayush Gangwar enrolled in BSc CS for the third semester at Invertis University in Bareilly, Uttar Pradesh, India. It includes an index listing 21 programming problems completed by the student along with the date and signature of submission to the faculty member Mrs. Shivangi Ghildiyal.
This document contains the practical file submission for the subject RDBMS of student Ayush Gangwar enrolled in BSc CS for the third semester at Invertis University in Bareilly, Uttar Pradesh, India. It includes an index listing 21 programming problems completed by the student along with the date and signature of submission to the faculty member Mrs. Shivangi Ghildiyal.
Ayush Gangwar Mrs. Shivangi Ghildiyal Roll No: 1910203023 Index S. No. Program Name Date Signature 01 Write a program that displays the following lines triple-spaced. 02 Write a program that has the same output as the program of Programming Problem 1, but uses just one cout statement. 03 WAP to display the resulting quotient and remainder. 04 WAP to display the volume of the box in cubic centimeters. 05 WAP to display the two prices, the sum of the two prices, the discount and the discounted price. 06 WAP to calculate the fine. 07 WAP to compute the final grade of students. 08 WAP to calculate the total expenses of an account executive. 09 Write a program that converts pounds and ounces to kilograms and grams. 10 Write a program that displays the first month that your deposit exceeds Rs. 1,000,000. 11 Write a program that displays a line with 26 As, a second line with 26 Bs, a third line with 26 Cs, and so on to a 26th line with 26 Zs. 12 Write a program that display a tax rate table in the following form. 13 Write a program that draws a rectangle of Xs. 14 Write a program that calculates the mileage you get on your car. 15 Write a program that computes the cost of a taxi cab ride. 16 Write a program to compute a person's weekly wage. 17 Write a program that validates a date input by the user. 18 Write a program to help balance your money market checking account. 19 Write a program that computes the property tax on commercial and residential properties. 20 WAP to show class declaration in c++. 21 Write a C++ program to demonstrate the use of inline function. 22 WAP to define member function inside and outside the class.