Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Why is my output answers displaying zero 12. Using Files-Numeric Processing (6 points) Download Random.txt file from Canvas, in the Assignment 02 folder. The Random.txt

Why is my output answers displaying zero image text in transcribed
image text in transcribed
12. Using Files-Numeric Processing (6 points) Download Random.txt file from Canvas, in the Assignment 02 folder. The Random.txt file contains a long list of random numbers. Copy the file to your hard drive and then write a program that opens the file, reads all the numbers from the file, and calculates the following A) The number of numbers in the file B) The sum of all the numbers in the file (a running total) C) The average of all the numbers in the file The program should display the number of numbers found in the file, the sum of the numbers, and the average of the numbers. umber of numbers: 200 Slm of the numbers: 105527 Average of the numbers: 527.635 P5 F6 F2 F8 F9 Local Windows Debugger*)i- Source.cpp x Project2 (Global Scope main 1 Bincludeciostream> # include #include using namespace std Bint main) int num float sum-6 int count-e; fstream infile("Random (1).txt") umber of numbers: um of numbers:e verage of numbers:-nan(ind) ress any key to continue 11 if (infile.is open ()) 13 while (infile >> num) sumnum count++i 17 infile.close)5 cout

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

DB2 Universal Database V7.1 Application Development Certification Guide

Authors: Steve Sanyal, David Martineau, Kevin Gashyna, Michael Kyprianou

1st Edition

0130913677, 978-0130913678

More Books

Students also viewed these Databases questions

Question

If x 12 = 32n 4 and x 9 = 4n, then x = A) 2n 1 B) 2n2 C) 4n D) 4n

Answered: 1 week ago

Question

Define procedural justice. How does that relate to unions?

Answered: 1 week ago