In order to save a little space I would like to change the three current prompt methods into only one, getting all three numbers together.
Code:var a = prompt("What is the first value? \n", " "); var b = prompt("What is the second value? \n", " "); var c = prompt("What is the third value? \n", " ");


Reply With Quote
Bookmarks