Re: [Tutor] if statement help

2015-03-29 Thread Danny Yoo
On Thu, Mar 26, 2015 at 5:42 PM, Priya Persaud wrote: > Hello, > > I recently learned about if statements and math functions. For my class we > are unit testing absolute values and have to make if statements so the > tests pass, but we cannot use built in functions like (abs). How do I start > it,

[Tutor] if statement help

2015-03-29 Thread Priya Persaud
Hello, I recently learned about if statements and math functions. For my class we are unit testing absolute values and have to make if statements so the tests pass, but we cannot use built in functions like (abs). How do I start it, I am so lost. Thank you