Computer Science, asked by tanayr2019, 9 months ago

if(p*p==q)
{
n=p;
}
else
{
n=0;
}
What will be the value of n if:
i)p=16 q=4
ii)p=3 q=9
iii)p=1 q=1

Answers

Answered by sg249344
2

Answer:

Mark me as the brainliest

Explanation:

1. n = 0

2. n = 3

3. n= 1

Similar questions