find the errors in the given snippet Chapter computer science
Attachments:
Answers
Answered by
2
Answer:
In line 8 and in line 10
Explanation:
if(n == 25)
{
k = Math.pow(p,2);
System.out.println("The value of "+ p + " = "+ r);
}
Similar questions