I have tried everything. It always throws an error CSCI 192: Programming Logic and Design home >KS7.4: Clone of LAB: Variables/Assignments: Simple statisticsE zyBooks catalog8 RachHelp/FAQPart...

I have tried everything. It always throws an error
Community Col x<br>- Chapter 7 Participation Activitie x<br>zy Section 7.4 - CSCI 192: Program<br>learn.zybooks.com/zybook/LADELTACSCI192KleinpeterFall2021/chapter/7/section/4<br>My library > CSCI 192: Programming Logic and Design home ><br>KS<br>7.4: Clone of LAB: Variables/Assignments: Simple statistics<br>E zyBooks catalog<br>8 Rach<br>Help/FAQ<br>Part 1<br>Given 3 integers, output their average and their product, using<br>arithmetic.<br>Ex: If the input is:<br>10 20 5<br>the output is:<br>11 1000<br>Submit the above for grading. Your program will fail the test cases (which is expected), until you complete part 2 below but check that vou<br>are getting the correct average and product using integer division.<br>Part 2<br>Using the same 3 integers, output the average and product, using floating-point arithmetic.<br>Output all floating-point numbers with five digits after the decimal point, which can be achieved as follows:<br>Put x to output with 5 decimal places<br>Ex: If the input is:<br>10 20 5<br>the first line of output uses integer arithmetic and the second line output uses floating-point arithmetic:<br>11 1000<br>11.66667 1000.00000<br>Co<br>

Extracted text: Community Col x - Chapter 7 Participation Activitie x zy Section 7.4 - CSCI 192: Program learn.zybooks.com/zybook/LADELTACSCI192KleinpeterFall2021/chapter/7/section/4 My library > CSCI 192: Programming Logic and Design home > KS 7.4: Clone of LAB: Variables/Assignments: Simple statistics E zyBooks catalog 8 Rach Help/FAQ Part 1 Given 3 integers, output their average and their product, using arithmetic. Ex: If the input is: 10 20 5 the output is: 11 1000 Submit the above for grading. Your program will fail the test cases (which is expected), until you complete part 2 below but check that vou are getting the correct average and product using integer division. Part 2 Using the same 3 integers, output the average and product, using floating-point arithmetic. Output all floating-point numbers with five digits after the decimal point, which can be achieved as follows: Put x to output with 5 decimal places Ex: If the input is: 10 20 5 the first line of output uses integer arithmetic and the second line output uses floating-point arithmetic: 11 1000 11.66667 1000.00000 Co
Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here