Question: can you help me finid it. adn here is program 3 1. Introduction This assignment provides an introduction to programming with classes and with composition,

can you help me finid it. adn here is program 3
1. Introduction This assignment provides an introduction to programming with classes and with composition, an object-oriented programming technique in which one object contains one or more instances of a different type of object. In this program, you will model a deck of cards. You will also write more member functions in this lab that allow you to read and modify data members, as well as manipulate data in more interesting ways. 2. Deliverables You should submit five files for this assignment: prog3_main.cpp: Source file containing your main function. Card.h: Header file containing the Card class definition. Card.cpp: Source file containing definitions of Card member functions. DeckOfCards.h: Header file containing the DeckOfCards class definition. DeckOfCards.cpp: Source file containing definitions of DeckOfCards member functions. Submit all five files by uploading them to your Dropbox folder. Ensure your file names match the names specified above. Do not place these files in a subdirectoryplace them directly in your shared folder. Failure to meet this specification will reduce your grade, as described in the program grading guidelin
Introduction The assignment provides an Introduction to working with queue objects. You will revisit the card and deck classes written in Program 3, modifying them (if necessary) to playthe classic-and simple-card game of War. This assignment was adapted from an assignment written by Professor Phil Viall at UMass Dartmouth for ECE 161: Foundations of Computer Engineering II. Deliverables You should submit five files for this assignment: prog5_main.cpp: Source file containing your main function. Card5.h/Card5.cpp: Header/source files containing the card class definitionand member function definitions. Deck.h/Deck.cpp: Source file containing definitions of Deck member functions. Submit all five files by uploading them to your Dropbox folder. Ensure your file names match the names specified above. Do not place these files in a subdirectory-placethem directly in your shared folder. Failure to meet this specification will reduce yourgrade, as described in the program grading guidelines
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
