I want to use a method, which takes for example an int and also returns an integer.
For example, if the the given integer is strong return a, if it is notstrong return b.
How would you write that...