Alpha Geek

(8)

$10/per page/Negotiable

About Alpha Geek

Levels Tought:
University

Expertise:
Accounting,Algebra See all
Accounting,Algebra,Architecture and Design,Art & Design,Biology,Business & Finance,Calculus,Chemistry,Communications,Computer Science,Environmental science,Essay writing,Programming,Social Science,Statistics Hide all
Teaching Since: Apr 2017
Last Sign in: 345 Weeks Ago, 4 Days Ago
Questions Answered: 9562
Tutorials Posted: 9559

Education

  • bachelor in business administration
    Polytechnic State University Sanluis
    Jan-2006 - Nov-2010

  • CPA
    Polytechnic State University
    Jan-2012 - Nov-2016

Experience

  • Professor
    Harvard Square Academy (HS2)
    Mar-2012 - Present

Category > Computer Science Posted 27 Apr 2017 My Price 3.00

Write a c++ program that reads in a series of positive integers

Write a c++ program that reads in a series of positive integers terminted by a -1, e.g.

          73 95 61 21 90 85 14 78 -1

The values should be stored in an array.   The program then prints the values in reverse order as well as the average (to one decimal place).

Aug 21 2015 04:43 AM

 

Answers

(8)
Status NEW Posted 27 Apr 2017 08:04 AM My Price 3.00

-----------

Attachments

file 1493280271-Answer.docx preview (91 words )
W-----------rit-----------e a----------- c+-----------+ p-----------rog-----------ram----------- th-----------at -----------rea-----------ds -----------in -----------a s-----------eri-----------es -----------of -----------pos-----------iti-----------ve -----------int-----------ege-----------rs -----------ter-----------min-----------ted----------- by----------- a ------------1,----------- e.-----------g. -----------  ----------- Â----------- Â ----------- Â----------- Â ----------- Â-----------  7-----------3 9-----------5 6-----------1 2-----------1 9-----------0 8-----------5 1-----------4 7-----------8 ------------1 -----------The----------- va-----------lue-----------s s-----------hou-----------ld -----------be -----------sto-----------red----------- in----------- an----------- ar-----------ray-----------. -----------  -----------The----------- pr-----------ogr-----------am -----------the-----------n p-----------rin-----------ts -----------the----------- va-----------lue-----------s i-----------n r-----------eve-----------rse----------- or-----------der----------- as----------- we-----------ll -----------as -----------the----------- av-----------era-----------ge -----------(to----------- on-----------e d-----------eci-----------mal----------- pl-----------ace-----------). ----------- An-----------swe-----------r -----------Aug----------- 21----------- 20-----------15 -----------04:-----------43 -----------AM ----------- #i-----------ncl-----------ude----------- us-----------ing----------- na-----------mes-----------pac-----------e s-----------td;----------- in-----------t m-----------ain----------- ()----------- { -----------int----------- nu-----------mbe-----------r, -----------neg-----------ati-----------ve_-----------sum-----------=0,----------- po-----------sit-----------ive-----------_su-----------m=0-----------, s-----------um=-----------0, -----------ave-----------rag-----------e_n-----------eg,----------- av-----------era-----------ge_-----------pos-----------,
Not Rated(0)