I have two voids,void forward and void backward ...
May as well get the terminology right. You have two functions. They each are declared to return void (that is, no return value).
I have two voids,void forward and void backward ...
May as well get the terminology right. You have two functions. They each are declared to return void (that is, no return value).