Hey, I have to create a simple console application but I'm having trouble. I easily finished all the advanced assignments but I don't know how to approach this one because I'm not used to console.

The user has to enter three integers. The console application has to return the biggest, smallest, sum, average, product. How would I go ahead with this? I tried by creating a lot of if statements but that didn't work :P

Any help is greatly appreciated!