Computer Science, asked by jiya2314, 6 months ago

iv)void main()
{
int x=10,y=5;
if(x%y==0)
cout<<x*x*x;
else
cout<<x+x+x;
getch();
1
}​

Answers

Answered by shia07
5

Explanation:

iv)void main()

{

int x=10,y=5;

if(x%y==0)

cout<<x*x*x;

else

cout<<x+x+x;

getch();

1

}

Similar questions