Question: Can you complete this problem in repl.it using c++ and make it into into two file- header (.h) and implementation (.cpp) files and send me
Can you complete this problem in repl.it using c++ and make it into into two file- header (.h) and implementation (.cpp) files and send me the original code which i can copy and paste for both files, please. Thank you so much.

Edit View Go Tools Window Help tab Exercise.pdif ( page) Blood Pressure Reading Exercise Using your assigned programming tool: Write a program that creates a class named BloodPressure that possesses data attributes named, name systolic, diastolic, and category. The for this class should consist of s setDiastolic, getSystolic, getoiastolic, getName, and getCategory. The user should be ber. Based on the systolic and diastolic numbers, the program should determine if the patient's blood pressure category is essary information to make this n, see table below. Make sure that you break each portion of your written code into setNa setSystolic, setCategory, prompted for a patient's name, systolic number, and diastolic num normal, elevated, HBP Stagel, or H8PStage2. To provide nec the necessary header (.h) and implementation (.cpp) files Blood Pressure Category Systolic Normal Elevated HBP-Stage1 HBP Stage 2 Less than 120 120 129 130 139 140 or Highe AND AND OR OR Diastolic Less than 80 Less than 80 80-89 90 or Higher If written correctly, your program should resemble the following output Enter name of Patient: James Enter James's sytolio number: 122 Entar James's diastolic number: 77 Below is James 's blood presure rati Name of Patient: James Blood Pressure Ratings: 122/77 Blood Pressure category:Elev sed 6 MacBook Pro
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
