Write a program that reads in ten numbers

Assignment Help Computer Engineering
Reference no: EM132211357

/* Write a program that reads in 10 numbers. Your program should do the following things:

- Determine the number positive or negative

- Count the number of positive and negative numbers

- Output:

--> the sum of all numbers greater than zero

--> the sum of all numbers less than zero (which will be a negative number or zero)

--> the summ lf ALL numbers (whether positive, negative, or zero)

- Calculate the agerage of all the numbers

The user enters the 10 numbers just once each and the user can enter them in any order.

Your program should NOT ask the user to enter the positive and negative numbers separately. */

Here's what I have so far...

#include <iostream>

using namespace std;

int main()
{
int num, num1, num2, num3, num4, num5, num6, num7, num8, num9, num10;
int sum = (num1 + num2 + num3 + num4 + num5 + num6 + num7 + num8 + num9 + num10);
int avg = (num1 + num2 + num3 + num4 + num5 + num6 + num7 + num8 + num9 + num10) / 10;

if (num <= 0)
{

}

}

I'm already confused on what to do. Is there a way to have the user enter in 10 integers (positive and negative) without declaring all the num1, num2, etc.

(I know I need a cout and cin statement as well). And I need help wtih finishing it. I'm also not sure on how to have the program detect if the number is greater than or less than zero (I'm assuming an if statement according the lines of "if(num <=0" ).

Reference no: EM132211357

Questions Cloud

Evaluate the mean and the standard deviation : Write a program that reads data from a text file. Include in this program functions that calculate the mean and the standard deviation.
Verbally encode messages that other person could decode : Phrases in a guidebook to communicate with others when you couldn’t verbally encode messages that the other person could decode?
Calculate the average of the grades : Write a program that reads a set of information related to students in C++ class and prints them in a table format.
What amount should be recorded as the cost of the van : The following costs were incurred in the purchase of a new van. Cash price $30,000, Signs painted on sides $1,000, insurance for first year $520.
Write a program that reads in ten numbers : Write a program that reads in 10 numbers. Your program should do the following things Determine the number positive or negative.
Discuss about the best target audience and marketing mix : After reading given New York Times article, offer your opinion about the best target audience and marketing mix -- product, price, place and distribution
Write a program that reads two words from a file : The first word is processed and stored as a ‘stack' of characters (first letter of word will be at the bottom of the stack).
You feel meets the criteria of complex sale : Then give an example of a business-to-business product or service that you feel meets the criteria of a complex sale.
Discuss the communication strategy employed by tim cook : Discuss the communication strategy employed by Tim Cook. Do not focus on whether or not you agree with the actions taken by Apple and the U.S. government.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd