6 solutions available
Question 4Define a class called 'Mobike' with the following specifications:Data MembersPurposeint bnoTo store the bike numberint phnoTo store the...
Question 5Write a program to input and sort the weight of ten people. Sort and display them in descending order using the selection sort technique.
Question 6Write a program to input a number and print whether the number is a special number or not.(A number is said to be a special number, if the...
Question 7Write a program to accept a word and convert it into lower case, if it is in upper case. Display the new word by replacing only the vowels...
Question 8Design a class to overload a function compare( ) as follows:void compare(int, int) — to compare two integers values and print the greater...
Question 9Write a menu driven program to perform the following tasks by using Switch case statement:(a) To print the series:0, 3, 8, 15, 24,...