Due: Monday, February 22, 2019 at 11:55 p.m — note extension
Points: 100
Here is sample output:
The string? heLlo↵
heLlo is not reverse alphabetic
The string? miff↵
miff is reverse alphabetic
The string? t^p(m*j+e↵
t^p(m*j+e is reverse alphabetic
The string? cOmPuTeR↵
cOmPuTeR is not reverse alphabetic
The string? EdCb+++a↵
EdCb+++a is reverse alphabetic
The string? control-D
Write a program that computes the average, standard deviation, maximum difference between air inspired and expired for each breath, and the minimum difference between air inspired and air expired for each breath. Your output should look like this (but with the correct numbers; the ones here are wrong):
Average volume of air inspired is 120.15 ml with a standard deviation of 328.90
Average volume of air expired is 121.82 ml with a standard deviation of 561.20
The maximum difference between air inspired and expired is 289
The minimum difference between air inspired and expired is 5
|
Last modified: Version of February 5, 2019 at 7:25PM Winter Quarter 2019 You can get a PDF version of this |