Files
LanguageBasics/RecurringRainfall/directions.txt
2025-06-07 11:38:03 -04:00

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.
*/