I have a possibly simple question Is it possible to have to that void1 and void2 interact with eachother? Here's what i mean :
void void1(){
void2();
}
void void2(){
void1();
}
I mainly asked this because i have a school project and i'm kind of in a rush. Thank you