Welcome to AssignmentCache!

CYB/130 Week 2 Python LAB 3.14: Simple statistics

Availability: In stock

$8.00

Quick Overview

CYB/130 Week 2 Python LAB 3.14: Simple statistics
Given 4 floating-point numbers. Use a string formatting expression with conversion specifiers to output their product and their average as integers (rounded), then as floating-point numbers.


Output each rounded integer using the following:
print('{:.0f}'.format(your_value))


Output each floating-point value with three digits after the decimal point, which can be achieved as follows:
print('{:.3f}'.format(your_value))


Ex: If the input is:
8.3
10.4
5.0
4.8
the output is:
2072 7
2071.680 7.125

CYB130 3.14 LAB Simple statistics

Double click on above image to view full picture

Zoom Out
Zoom In

More Views

  • CYB130 3.14 LAB Simple statistics
$8.00

Details

CYB/130 Week 2 Python LAB 3.14: Simple statistics
Given 4 floating-point numbers. Use a string formatting expression with conversion specifiers to output their product and their average as integers (rounded), then as floating-point numbers.

Output each rounded integer using the following:
print('{:.0f}'.format(your_value))

Output each floating-point value with three digits after the decimal point, which can be achieved as follows:
print('{:.3f}'.format(your_value))

Ex: If the input is:
8.3
10.4
5.0
4.8
the output is:
2072 7
2071.680 7.125

Additional Information

Special Price $3.00

Product Tags

Use spaces to separate tags. Use single quotes (') for phrases.

[profiler]
Memory usage: real: 18350080, emalloc: 18018424
Code ProfilerTimeCntEmallocRealMem