main()
{
int x=6, y = 5;
a(6,5);
}
void a(int x, int y)
{
int z=x+y;
}
Answers
Answered by
0
Answer:
the answer is xy square
Similar questions