Without looking at your code (why did you not post it here instead of attaching it ?
"void value not ignored as it ought to be"
You have a function that is void, ie no value will be returned from it, but you try to return one
Without looking at your code (why did you not post it here instead of attaching it ?
"void value not ignored as it ought to be"
You have a function that is void, ie no value will be returned from it, but you try to return one