what would the following code to do a=b=7
Answers
Answered by
2
Answer:
<html>
<head>
<title>a=b=7</title>
</head>
<body>
a=b=7
</body>
</html >
I hope it is useful for you....
Similar questions