Computer Science, asked by vaibhavbsd007, 8 months ago

what is wrong in the following statement
result=(5/10)*math.sqrt(a);​

Answers

Answered by Oreki
0

Explanation:

'math' should be Math.

Variable a is not defined.

Answered by CoderRishav
1

Explanation:

result should be in double data type and math M will be captial else I don't think any this wrong.

Similar questions