Computer Science, asked by ankitapaldiya037, 1 month ago

5. Complete following program to
display multiplication of 6.40
and 300.
<!DOCTYPE html> <html>
<head><title> Series </title></head>
<body>​

Answers

Answered by myd25335
2

Answer:

<!DOCTYPE html>

<html>

<head><title> Series </title></head>

<body>​

6.40 × 300 = 1920

</body>

</html>

Similar questions