Untitled
firstunknown
html
a year ago
304 B
6
Indexable
<script>
let a = parseInt(prompt("Enter First Value")) ;
let b = parseInt(prompt("Enter Second Value")) ;
if(a>b){
document.write(`You are given First value ${a} and Secone value is &{b} then -- The Lager value is the `)
}
</script>
Editor is loading...
Leave a Comment