Q2: Write a program which stores time information in a structure. The time structure should store the data in hours:minutes:seconds format (12:59:59). You must validate the input e.g if user enters valid data for each of the member of the structure. Create 3 objects of time structure and ask user to enter value for each member of each object. Finally, retrieve the data from each object and display the total number of seconds of the entered time. Note: time is in 12 hours format and not in 24 hours format. Page 1 of 2 Q3: Write a program that initialize square matrix of size N x N and check if that array is symmetric or not. The array is symmetric if array[row][column] == array[column][row].

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter13: Structures
Section13.1: Single Structures
Problem 4E
icon
Related questions
Question

In C++

 

Q2:
Write a program which stores time information in a structure. The time structure should store the data in
hours:minutes:seconds format (12:59:59). You must validate the input e.g if user enters valid data for each
of the member of the structure. Create 3 objects of time structure and ask user to enter value for each
member of each object. Finally, retrieve the data from each object and display the total number of seconds of
the entered time. Note: time is in 12 hours format and not in 24 hours format.
Page 1 of 2
Q3:
Write a program that initialize square matrix of size N x N and check if that array is symmetric or not. The
array is symmetric if array[row][column] == array[column][row].
Transcribed Image Text:Q2: Write a program which stores time information in a structure. The time structure should store the data in hours:minutes:seconds format (12:59:59). You must validate the input e.g if user enters valid data for each of the member of the structure. Create 3 objects of time structure and ask user to enter value for each member of each object. Finally, retrieve the data from each object and display the total number of seconds of the entered time. Note: time is in 12 hours format and not in 24 hours format. Page 1 of 2 Q3: Write a program that initialize square matrix of size N x N and check if that array is symmetric or not. The array is symmetric if array[row][column] == array[column][row].
Expert Solution
steps

Step by step

Solved in 2 steps with 5 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr