Computer Science, asked by Thakursahab24861, 11 months ago

Write the code sequence for the d:=(a-b)+(a-c)+(a-c).

Answers

Answered by arusha8683
2

Answer:

<html>

<head>

<title>

</title>

</head>

<body>

d:=(a-b)+ (a-c)+(a-c)

</body>

</html >

Similar questions