6 solutions available
Question 4Define a class called Library with the following description:Instance Variables/Data Members:int accNum — stores the accession number of...
Question 5Given below is a hypothetical table showing rates of income tax for male citizens below the age of 65 years:Taxable income (TI) in ₹Income...
Question 6Write a program to accept a string. Convert the string into upper case letters. Count and output the number of double letter sequences that...
Question 7Design a class to overload a function polygon() as follows:void polygon(int n, char ch) — with one integer and one character type argument...
Question 8Using a switch statement, write a menu driven program to:(a) Generate and display the first 10 terms of the Fibonacci series0, 1, 1, 2, 3,...
Question 9Write a program to accept the names of 10 cities in a single dimensional string array and their STD (Subscribers Trunk Dialling) codes in...