Computer Science, asked by varshana63, 1 month ago

find the errors in the given snippet


SUBJECT (Computer science)
TOPIC(Program coding)​

Attachments:

Answers

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