Hello

Welcome to my page!

Javascript

 
Links

Tip Calculator

<script>
//Adder
//Julio Maravilla
//September 18, 2007

var meal= 22.50;
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