<?php function firstNum() { return 5; } function secondNum() { return 10; } echo firstNum() + secondNum(); //Output is 15
You have javascript disabled. You will not be able to edit any code.