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.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter13: File Input And Output
Section: Chapter Questions
Problem 6PE
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.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT