Question: Please code in C++ Write a C++ program that does the following Creates an Employee Structure. Assume the fields for the Employee Structure. Decide the
Write a C++ program that does the following Creates an Employee Structure. Assume the fields for the Employee Structure. Decide the data type and size of each field (try to have variables of all data types). Create two employee structure variables For each structure variable, get the values of each field from the user and print the value of structure variable to the standard output. Compare similarity of both the structure variables and print the result. Instructions: You can write the code for the above listed points in main function of your c++ program. Use the online c++ shell link provided in module 1 to write this program and run it from within the shell. Submit your program code along with other tutorial answers in your answer sheet
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
