Problem 1 - Function Declarations Write the prototypes for several function calls, deducing the correct signature from the context in PrototypeTester.cpp Do not implement the functions themselves. That is already done. Place the prototypes in pe04.h. Problem 2 - Write a Function Write a function named datingRange() which accepts three arguments: The integer input parameter for the person's age.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%

Problem 1 - Function Declarations
Write the prototypes for several function calls, deducing the correct signature from the context in PrototypeTester.cpp Do not implement the functions themselves. That is already done. Place the prototypes in pe04.h.

Problem 2 - Write a Function
Write a function named datingRange() which accepts three arguments:

The integer input parameter for the person's age.
Two integer output parameters for minimum and maximum.
Your function should fill the minimum/maximum integers with the person's xkcd "dating range" as described in the following web comic strip:

AITDI 1IIT
odules
10
// A.
double a;
11
CCD Zoom
12
13
14
char ch;
cout « chr(a, ch) « endl; // prints "X-2.15"
cout « "Expected: X-2.15" « endl;
scussions
15
16
ades
17
// B.
char bc;
cout « shutDown ( 'X', false, bc, true) << endl; // prints "OK"
cout « "Expected: OK" <« endl;
18
sktop as a Service
WS)
19
20
21
// C.
char cc = 'Y';
cout « defined (cc, 'Z', 'Y', 'Y') « endl; // pr.
cout « "Expected: 2" <« endl;
BlueButton
22
23
nferences)
pršts
24
2, cc->'Z'
25
26
// D.
bool okD = false;
int iD;
double dd = 2.5, dd2 = 3.5;
cout « classMethod (iD, true, dd, dd2, okD) « endl;
cout « "Expected: 6.0" <« endl;
// prints 6.0, okD->true, dd, dd2->0.0, id->42
27
28
29
30
31
32
33
34
35
// E.
bool okC;
36
37
cout « enumerate(1.2, 1.3, okC); // prints 52
38
39
return 0;
40
Transcribed Image Text:AITDI 1IIT odules 10 // A. double a; 11 CCD Zoom 12 13 14 char ch; cout « chr(a, ch) « endl; // prints "X-2.15" cout « "Expected: X-2.15" « endl; scussions 15 16 ades 17 // B. char bc; cout « shutDown ( 'X', false, bc, true) << endl; // prints "OK" cout « "Expected: OK" <« endl; 18 sktop as a Service WS) 19 20 21 // C. char cc = 'Y'; cout « defined (cc, 'Z', 'Y', 'Y') « endl; // pr. cout « "Expected: 2" <« endl; BlueButton 22 23 nferences) pršts 24 2, cc->'Z' 25 26 // D. bool okD = false; int iD; double dd = 2.5, dd2 = 3.5; cout « classMethod (iD, true, dd, dd2, okD) « endl; cout « "Expected: 6.0" <« endl; // prints 6.0, okD->true, dd, dd2->0.0, id->42 27 28 29 30 31 32 33 34 35 // E. bool okC; 36 37 cout « enumerate(1.2, 1.3, okC); // prints 52 38 39 return 0; 40
Points 25
Submitting an externa
e
Due Wednesday by 4:50pm
uncements
les
pe04.h
#ifndef PE04 H
#define PE04 H
#include <string>
Zoom
ions
4
// PLACE YOUR PROTOTYPES BELOW THIS LINE
7
// PUT YOUR PROTOTYPES ABOVE THIS LINE
9 #endif
as a Service
8.
PrototypeTester.cpp
utton
ces)
1 #include <iostream>
2 #include <string>
3 #include <vector>
#include "checker.h"
5 using namespace std:
4
Transcribed Image Text:Points 25 Submitting an externa e Due Wednesday by 4:50pm uncements les pe04.h #ifndef PE04 H #define PE04 H #include <string> Zoom ions 4 // PLACE YOUR PROTOTYPES BELOW THIS LINE 7 // PUT YOUR PROTOTYPES ABOVE THIS LINE 9 #endif as a Service 8. PrototypeTester.cpp utton ces) 1 #include <iostream> 2 #include <string> 3 #include <vector> #include "checker.h" 5 using namespace std: 4
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY