Hello

Welcome to my page!

Javascript

 
Links

 

Good Adder

<script>
//good add
//Julio Maravilla

var meal;

meal=prompt("How much was the meal");

meal=eval(meal);

var tip= meal* .15;
var total= meal + tip;

alert("The meal is $" + meal);
alert("The tip is $" + tip);
alert("Total bill: $" +total)
</script>

 

Links

Contact me

Favorite links

Computer Science

Five Classmates