When using structures you can use functions to create and to access your structure variables. Complete the two functions hours and minutes which return the appropriate data members. udts.cpp 1 #include 2 #include 3 #include "time.h" 4 using namespace std; /** Return the hours from a Time object. @param t the Time object to retrieve. @return the hours for t. */ int hours(const Time& t) { 8 10 11 12 13 14 15 16 } 17 18 19 Return the minutes from a Time object. @param t the Time object to retrieve. @return the minutes for t. 20 21 22 */ 23 int minutes(const Time& t) 24 { 25 26 27 28 }

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%

In C++, no additional headers please, just complete the two functions. The second image has the expected output when function is called.

When using structures you can use functions to create and to access your structure variables. Complete
the two functions hours and minutes which return the appropriate data members.
udts.cpp
1 #include <string>
2 #include <stdexcept>
3 #include "time.h"
using namespace std;
4
/**
Return the hours from a Time object.
@param t the Time object to retrieve.
@return the hours for t.
*/
int hours(const Time& t)
{
7
8
9
10
11
12
13
14
15
16 }
17
/**
Return the minutes from a Time object.
@param t the Time object to retrieve.
@return the minutes for t.
*/
int minutes (const Time& t)
18
19
20
21
22
23
24
25
26
27
28
}
Transcribed Image Text:When using structures you can use functions to create and to access your structure variables. Complete the two functions hours and minutes which return the appropriate data members. udts.cpp 1 #include <string> 2 #include <stdexcept> 3 #include "time.h" using namespace std; 4 /** Return the hours from a Time object. @param t the Time object to retrieve. @return the hours for t. */ int hours(const Time& t) { 7 8 9 10 11 12 13 14 15 16 } 17 /** Return the minutes from a Time object. @param t the Time object to retrieve. @return the minutes for t. */ int minutes (const Time& t) 18 19 20 21 22 23 24 25 26 27 28 }
Calling with Arguments
Name Arguments Actual Expected
fail hours Time{3, 15} 0
3
pass hours Time{0, 59} 0
fail hours Time{23, 59} 0
23
fail
minutes Time{3, 15} 0
15
fail
minutes Time(0, 59} 0
59
fail minutes Time{23, 59} 0
59
Transcribed Image Text:Calling with Arguments Name Arguments Actual Expected fail hours Time{3, 15} 0 3 pass hours Time{0, 59} 0 fail hours Time{23, 59} 0 23 fail minutes Time{3, 15} 0 15 fail minutes Time(0, 59} 0 59 fail minutes Time{23, 59} 0 59
Expert Solution
steps

Step by step

Solved in 2 steps

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