Untitled
firstAnonymous
html
10/19/2024 7:01 AM
408 B
10
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