: How can the unique features of the World-Wide Web be utilised to enhance information flow in Company X?
Write a C++ program to check the duplicate mobile number by throwing a custom exception.
The class named ContactDetail with the following private member variables
Data typeVariable namestringmobilestringalternateMobilestringemail
In ContactDetail class include the following member function
Member FunctionDescriptionvoid display() This function is used to display the contact details
Create a class named ContactDetailBO with the following member function
Method nameDescriptionbool validate(ContactDetail cd) This method is used to validate whether the mobile number and alternate mobile number are not the same. If both are the same, then it throws DuplicateMobileNumber Exception. Otherwise, return true to print the details.Class named DuplicateMobileNumberException thatextends exception class and create
a method to return the following message "DuplicateMobileNumberException".
Create a program that takes in two words, check for equality ignoring the cases, if the words are equal the print the word in upper case with an appropriate message however if the words are different then print the two words in lower case with an appropriate message
‣ Inputs: Two unknown numbers <num1>, <num2>
‣ Output: num1 or num2, whichever is greater
Q.4.1 Design an implementable routing and bridging solution for the network. Your
solution must address the following design and operation aspect of all routers.
Q.4.1.1 Functionality of the network layer. (5)
Q.4.1.2 Design and implementation of data plane. (5)
Q.4.1.3 Design and implementation of control plane. (5)
Q.4.1.4 Interconnection of networks using bridging systems. (5)
Q.4.2 Draw a detail diagram showing the design and implementation of Q.4.1 above. (15)
Write a C++ program on If you have a musical friend, you next need to check (using a nested if statement) that they actually play an instrument you want in the band. You decide that they need to play either guitar or drums to join.