You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Note even though the function below is commented out, it is still accessed from the functions/functions.php file using the include header.php reference.
// function newCalc($param) {
// $newNum = $param * 0.75;
// echo "Here is 75% of what you wrote: ".$newNum;