Question: plesee help me,i need fastt 1 2 #include using namespace std; M'a) Declare prototype void function named getTime which has a double pointer as a

 plesee help me,i need fastt 1 2 #include using namespace std;

M'a) Declare prototype void function named getTime which has a double pointer

plesee help me,i need fastt

1 2 #include using namespace std; M'a) Declare prototype void function named getTime which has a double pointer as a parameter (2 marks)/ V"b) Declare prototype void function named check NoonAMPM which has a double pointer (1st parameter) and integer pointer to constant (2nd parameter) as parameters (2 marks) 10 11 12 13 14 25 16 17 int main() { double a; const float noon - 12; 18 19 20 22 22 getTime(&a); checkNoonAMPM(&a, &noon); 23 return; 24 25 26 27 28 /*c) Define the getTime function to get the time (in 24Hrs format) from the user input. Example 1.30 pm will become 13.30. Please use a parameter named b (4 marks)/ { 29 30 31 cout 51 52 cout

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!