6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
/*
|
|
Write a program that will read in integers and
|
|
output their average. Stop reading when the
|
|
value 99999 is input.
|
|
*/
|