There is a static int method funcF(), with no return statement. I use it in main() like this:
static int funcF(){ //no return } int main(){ funcA();