q7: WAP to calculate price of n items. Pass number of items and unit price to a function and return total price. If unity price is not specified use Default price
q16: WAP to create file named “programmerone.cpp” with function display. Also create file named “Programmetwo.cpp” with function named display. Access both display from third program named “result.cpp”. Use namespace whenever needed