Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 3 15 Points Given a text file containing unknown number of lines, each line containing three integer values representing the time (hours minutes seconds)

image text in transcribed
image text in transcribed
image text in transcribed
Question 3 15 Points Given a text file containing unknown number of lines, each line containing three integer values representing the time (hours minutes seconds) separated by space. Write a well-documented C++ program that: 1. Reads the three values from the file. 2. If any of the read values is negative, prints on the screen an error message: "Error: Invalid negative time value 3. Otherwise, calculates the number of seconds in the given time, where one hour is 60 minutes and one minute is 60 seconds. 4. Sends to another file both time values the read and the calculated as shown below. 5. Repeats steps (1-4) until the file end is reached For example, if the read values are (2 13 20), then your program must send to the new file the following The time is seconds is 8000 The time in HH:MM:SS format is 2:13:20 use the store format your answer Test Content Details & Infor Question 1 10 Points Assessment No due date Write a C++ program that defines an integer array of size 15. the program asks the user to fill the array from the keyboard. After filling the array, the function prints all values that are divisible by 4 and more than the average Attempts attempt left Use the editor to format your answer Questiu 2 Write a function called "AddRows" that accepts two parameters: W1: a matrix of size 7x4 elements of type integer B1:a one dimensional array of size 4. For each column in W1, the function will calculate and store in the corresponding element of array B1, the sum of the elements located in even rows of W1. For example if W1 = 3 4 5 1 6 12 7 7 3 9 10 8 un 8 un 10

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2012 Administration

Authors: Adam Jorgensen, Steven Wort

1st Edition

1118106881, 9781118106884

More Books

Students also viewed these Databases questions