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

The postage for ordinary post is Rs. 2.00 for the first 15 grams and Rs. 1.00 for each additional 10 grams. Write a C++ program to calculate the charge of postage for a post weighting N grams. Read the weights of N packets and display the total amount of postage using multiple inheritance.


* Base class-1: Member variables are name, source and destination.


* Base class-2: Member variables are no. of packets and weight.


* Derived class: Member functions display(), displays the name, source, destination, total weight and total amount.


Design a pay roll system to find the employee total salary using single inheritance. The base class employee consisting of data members such as emp_number and emp_name. The derived class salary consisting of data members such as Basic_pay, HRA, DA, PF, Net_pay.


It is the final of the world’s most prestigious cricket tournament, the Indian Premier League. In the final, the Chennai Super Kings (CSK) are playing against the Mumbai Indians (MI). There is one over left for the match to end and CSK require R runs to win with W wickets remaining.


An over consists of 6 balls. Each ball can result in any one of the following possibilities:-


  • 6 Runs
  • 4 Runs
  • 7 Runs (3 Runs + Overthrows)
  • 2 Runs
  • 1 Run
  • Wicket

If a ball results in a wicket, CSK’s remaining wickets will decrease by one. If a ball results in runs (either 6, 4, 7, 2 or 1), these runs are added to the runs that CSK have already scored.


The match ends when one of the following happens:-


* If CSK scores R runs, the match ends and CSK wins.


* If the match ends with CSK scoring exactly one run less than the required runs, then the match is a tie.




The Insurance Company has to find the minimum and maximum incentive given for their LIC Agents. Develop a C++ program to implement this using templates with exception handling.


* If the input value is 0 thrown an exception, print "An exception occurred!"


Define a class Array which can hold 5 elements of type int. Define a member function int Get(int index); which returns the indexth element of the array if index is between 0 to 4 and throws an exception if index is out of bounds. Catch the exception in the main program and print an error


Design a template function to find least amount of purchase from the quoted tender document. [Note: Amount in lakhs]


Develop a C++ programs on BANKING SYSTEM have Customer class with name, address and phoneno. Create derived class account class with data members like account number, name, deposit, withdraw amount and type of account. A customer can deposit and withdraw amount in his account. Develop a C++ program to display the details of a customer and the remaining balance amount. [Note: Use virtual function]


Do you ever see Denial of Service attacks while using the internet? If yes, share your event where you face this. If no, what is the possible event, where you would be facing this attack



What kind of network related attacks can be possible for university networks? How can we

achieve security to prevent those security loopholes? Share your thoughts.


What type of cyber attacks need to be considered by the banking sector. List those attacks and how they can threaten the banking system?


LATEST TUTORIALS
APPROVED BY CLIENTS