Computer Science, asked by varshana63, 1 month ago


find the errors in the given snippet Chapter computer science​

Attachments:

Answers

Answered by Rachel2004
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