Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Loop 1: Write a for loop that displays the sum and a floating point average of values from 2 up to and including 35 with

Loop 1: Write a for loop that displays the sum and a floating point average of values from 2 up to and including 35 with loop interval (step count) of 3 Output: SUM: 222 AVERAGE: 18.5

Loop 2: Modify the above loop to input parameters for the starting loop index, loop ending index, and loop interval (step count). Again output the average and sum. Sample Input/Output Starting Index: 0 Ending Index: 10 Step Count: 5 SUM: 15 AVERAGE: 5

Loop 3: Write a loop that counts down from a provided starting point to 0 in loop steps of 0.5 and outputs a comma separated list of values without a trailing comma. Sample Output: For an input value of 5 Output is: 5,4.5,4,3.5,3,2.5,2,1.5,1,0.5,0

This is using C++

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

Database Programming Languages 12th International Symposium Dbpl 2009 Lyon France August 2009 Proceedings Lncs 5708

Authors: Philippa Gardner ,Floris Geerts

2009th Edition

3642037925, 978-3642037924

More Books

Students also viewed these Databases questions

Question

3, 5, 7 a. Population mean. b. Population standard deviation.

Answered: 1 week ago

Question

=+16-2 Discuss how selective attention directs our perceptions.

Answered: 1 week ago