function sumTotal(prince, tax) { console.log(prince + tax);}sumTotal(1000, 250);
Standard input is empty
1250
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!