E.Commerce
Training@balujalabs
Franchise Section
.Program to enter an employee’s data and display it using pointer toto class objects
Average marks Stream
96% or more computers
91%-95% Electrons
86%-90% Mechanical
81%-85% Electrical
76%-80% chemical
71%-75% Civil
Program to store price list of n items and to print the largest price asWell as the sum of all prices
Program to enter an employee’s data and display it using pointer to class objects.
Define a class to represent a book in a library. Include the following Members: Data Members: Book number; book name; author; publisher; price; No.copies; No of Copies issued. Members Function: To assign initial values
Define a class employee with the following specifications: Private members of class employee Employ integer Ename 20 character Basic, hra, dafloat Net pay float Calculate ( ) A function to find basic +hra +da with float Return type. Public member function of class employee Have data ( ) function to accept value for empno, ename,basic, hra, Da, and invoke calculate ( ) to calculate netpay. Dispdate ( ) function to display all the members on the screen
Write a c++ program using and objects to simulate result preparation System for 20 students. The data available for each student includes roll no: name and marks in 3 subjects
Write a C++ program to simulate an arithmetic calculator for Integers. The program should be able to produce the result calculated And the numbers of arithmetic operators performed so far. Any Wrong operation is to be reported
Imagine a ticket selling booth at a fair.People by are requested to Purchase a ticket. A ticket is priced as Rs.2.50/the booth keeps track The number of people that have visited the booth and, of the total Amount of money collected. Model this ticket selling booth with a Class called tic booth including following members.
Data members Numbers of people visited Total amount of money collected Member function:
To assign initial values (assign 0 to both data members) To increment people total as well as amount if a ticket is sold out. To display the two totals To display the numbers of ticket sold out ( a ticket one) Include the program to test this class