Purchase Solution

C++ programs involving file reading and looping.

Not what you're looking for?

Ask Custom Question

Would you help me with the following two questions?

1. Write a code segment using a while loop that outputs the numbers from -10 to 10.

2. Write a looping code segment that takes as input up to 20 integer scores from file indata, and outputs their average. if the file contains fewer than 20 scores, the segment should still output the correct average. if the file contains more than 20 scores, the additional numbers should be ignored. be sure to consider what a happens if the file is empty.

Purchase this Solution

Solution Summary

The solution contains properly commented code for better understanding. The solution contains a code that is written using object oriented coding guidelines.

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.