Geography, asked by lunpuishongduroi, 3 months ago

23.
24. What will be the output of the following program:
#include <iostream.h>
main()
{
int mult;
int x=20;
int y=10;

mult=(++x)*(++y!
cout<<"\n The multiplication of x and y is"<<mult;
return 0;
}​

Answers

Answered by lysandraviegas02
0

Answer:

Ggle

Explanation:

Mark me Brainliest.

Similar questions