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
1
Explanation:
sorry I don't know sorry
Similar questions
English,
4 months ago
Chemistry,
9 months ago
Social Sciences,
9 months ago
Hindi,
1 year ago
Biology,
1 year ago