Untitled

first
 avatar
unknown
html
5 months ago
304 B
3
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