Develop a program that reads from an input CSV file named input.csv the pairs of values of distance x (meters) from left bank and the river depth y (meters) at that location, for a given cross-section. Note that the x values are equidistant with each other. The file will have the following format amput - Natepad Format: Example: Fie Cdt Format exl> 2.32 5,2.32 10,4.6 15,4.64 20,3.33 25,2.51 30,0 10 4.6 15 4.64 20 25 2.51 30 The program will use the composite Trapezoidal Rule and composite Simpson's Rule to approximate the area of the river cross-section. SPECIFICATIONS 1. Let the user choose between implementing (a) the composite Trapezoidal Rule, or (b) the composite Simpson's Rule. 2. Open the file input.csv and read the data contained within. 3. Display the computed area of the river cross-section on the screen. HINT: Use a running total variable to solve for the summations as your program reads through the input file.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

C programming

Develop a program that reads from an input CSV file named input.csv the pairs of values of distance x
(meters) from left bank and the river depth y (meters) at that location, for a given cross-section. Note that
the x values are equidistant with each other. The file will have the following format
mput-Ntepad
Format:
<number of data pts>
<x1> cyl>
<x2> <y2>
Example:
File Ed Format
2.32
5,2.32
10,4.6
15,4.64
20,3.33
25,2.51
30,0
10
4.6
15
4.64
<xm> <ym>
20
133
25
2.51
30
The program will use the composite Trapezoidal Rule and composite Simpson's Rule to approximate the
area of the river cross-section.
SPECIFICATIONS
1. Let the user choose between implementing (a) the composite Trapezoidal Rule, or (b) the composite
Simpson's Rule.
2. Open the file input.csv and read the data contained within.
3. Display the computed area of the river cross-section on the screen.
HINT: Use a running total variable to solve for the summations as your program reads through the input file.
Transcribed Image Text:Develop a program that reads from an input CSV file named input.csv the pairs of values of distance x (meters) from left bank and the river depth y (meters) at that location, for a given cross-section. Note that the x values are equidistant with each other. The file will have the following format mput-Ntepad Format: <number of data pts> <x1> cyl> <x2> <y2> Example: File Ed Format 2.32 5,2.32 10,4.6 15,4.64 20,3.33 25,2.51 30,0 10 4.6 15 4.64 <xm> <ym> 20 133 25 2.51 30 The program will use the composite Trapezoidal Rule and composite Simpson's Rule to approximate the area of the river cross-section. SPECIFICATIONS 1. Let the user choose between implementing (a) the composite Trapezoidal Rule, or (b) the composite Simpson's Rule. 2. Open the file input.csv and read the data contained within. 3. Display the computed area of the river cross-section on the screen. HINT: Use a running total variable to solve for the summations as your program reads through the input file.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Constants and Variables
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.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education