6 solutions available
Question 4Define a class called ParkingLot with the following description:Instance variables/data members:int vno — To store the vehicle number.int...
Question 5Write two separate programs to generate the following patterns using iteration (loop) statements:(a)** #* # ** # * #* # * # *(b)5...
Question 6Write a program to input and store roll numbers, names and marks in 3 subjects of n number of students in five single dimensional arrays...
Question 7Design a class to overload a function Joystring( ) as follows:void Joystring(String s, char ch1, char ch2) with one string argument and two...
Question 8Write a program to input twenty names in an array. Arrange these names in descending order of letters, using the bubble sort technique.
Question 9Using switch statement, write a menu driven program to:(i) To find and display all the factors of a number input by the user ( including 1...