Hey, I am relatively new to c++ and I have just moved on to functions in the tutorial I am following but I don't really understand them. Specifically I am following along with the banking practice problem and the top part I really dont understand. The code will be below for anyone who wouldn't mind helping.
Part I dont understand
void showBalance(double balance);
double deposit();
double withdraw(double balance);