what is wrong in the following statement
result=(5/10)*math.sqrt(a);
Answers
Answered by
0
Explanation:
'math' should be Math.
Variable a is not defined.
Answered by
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