Please look at attached pictures.
The main purpose of SelectCharacter.
- General 3 in-game "characters" and lets the user select one by 1,2 or 3
- return the selected character (Archer, Ninja, Warrior)
- This will then be instantiated in the Main class
Getting following error: Error:(32, 5) java: missing return statement
I've tried case statements and not too sure what the issue is now.
Any Advise is appreciated
if I've missed something please let me know and I can provide more if required :)