Questions: 11 448

Answers by our Experts: 10 707

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Write a C++ data structure program to perform following

operations on Array using switch case.

(Note: Make class

Use Switch case for menu

Create single dimension array dynamically)

1) Linear Search in Double Dimension Array

2) Check whether Double Dimension Array is Sparse Matrix or NOT


You are required to develop a simple result sheet generator for an Advanced level class. Assume that class consists of 30 students and each student follows a subject. Implement your result sheet generator as a menu driven C++ application. Your program should read 30 students marks from the keyboard and print mark, grade sheet and summary sheet as per the details given below. i. Draw a top-level design diagram for the above problem. ii. Write a method named ‘main_menu ()’ to display the following menu items ----------------------- Result Sheet Generator ----------------------- [1] Add New Student Marks [2] Print Mark Sheet [3] Print Grade Sheet [4] Print Summary Sheet [5] Exit iii. Use an array to store all marks of the 30 students. iv. Write a method to add_new_marks () to add marks for the 30 students. v. Validate your input range from 0- 100 marks.

write a simple program in c++ to calculate the salary of an employee where by the basic salary will be entered by the user and other allowance as constant.


The following are the other allowance


1. dressing allowance 30% of basic


2. Fuel allowance 20% of basic


3. Maintenance allowance 30% of basic


4. SSNIT allowance 10% of basic


5. Rent allowance 40% of basic


Calculate your gross salary


Write a program to create a dynamic array of user defined size. Size should be in the range of 0 to 15. Write a function FindLarge that should ask user to enter a non-negative number. Function should find the next largest number than the input number in the list.


Write a program to create a dynamic array of user defined size. Array should be of character type. Write a function ChangeCase() that should convert all the small alphabets to capital and vice versa. All array operations should be done using pointers


Create a dynamic array of user defined size. Now take input in array from user. Take a new (integer) value from user and search that how many times the entered number is present in the array.


Write a C++ program to create two pointers of integer type, now take values in these pointers and pass them to a function. Function will update both the values by adding “1” to them. Display the updated values in main. 


Using a Decision Control Structure (if), create a flowchart and a java program that

reads a commodity code, quantity of the commodities bought and the unit price and

output the amount to be paid by the customer.


Q: Explain in your own words that how we evaluate postfix expressions using stack


Write a C++ program that converts from meters to feet using type

conversion from built in type to class type (Create Feet class).

1 feet = 0.3 meter

If meter value is less then 30 throw an exception.

Store each value in receptive files, Meters.txt and Feet.txt and display

each value as per user selection.


LATEST TUTORIALS
APPROVED BY CLIENTS