Intelligent Intellectuals

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 7

Statistical Analysis

Seth Dayawansa, Jackson Cunniff


Task
● Find Range, Mean, and Standard deviation of a
Gaussian distribution
Challenges
● Passing several individual numbers to a method.

● Doing math with the individual numbers passed.


● Concatenate input
Features as a large string

● Un-concatenate
the string to pull
individual
numbers

● Parses a string as
an int
● Different
Features error
messages

● No repeat
prompts

● No empty
inputs
Success
● Catches almost all problems

● Works.
Failures
● If the user enters an input with spaces, the program doesn’t detect any
issues. (It takes the first value)

You might also like