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
2
Answer:
Mark me as the brainliest
Explanation:
1. n = 0
2. n = 3
3. n= 1
Similar questions