find the errors in the given snippet
SUBJECT (Computer science)
TOPIC(Program coding)
Attachments:
Answers
Answered by
0
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