Computer Science, asked by sonireena262, 9 months ago


a) Given two public functions are the parts of some class
Answer the questions that follow. Show Dry run or working:
int pros_number (int x,int y)
{
int g=x%3;
y/=2;
double k=Math pow((g+y), 2);
if (k>(g+y))
return (int) k;
else return(int) (k+2);
}​

Answers

Answered by rishithreddynelaturi
1

Explanation:

sorry I don't know sorry

Similar questions