HTML Display the x , y and sum in the webpage after input of x and y . ...___ SIMPLE CALCULATOR var num1 = prompt("X: "); var num2 = prompt("Y: "); var sum = x + y; ...


HTML


Display the
x,
y
and
sum
in the  webpage after input of
x
and
y.
...___

















            SIMPLE CALCULATOR















            var num1 = prompt("X:   ");
            var num2 = prompt("Y:   ");
            var sum = x + y;







Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here