This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| min = 0 | |
| max = 0 | |
| sum = 0 | |
| count = 0 | |
| input = "" | |
| def results(min,max,avg) | |
| puts "End of program" | |
| puts "-------------------------" | |
| puts "The lowest number was: #{min}" | |
| puts "The highest number was: #{max}" |
NewerOlder