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
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
Science,
3 months ago
Social Sciences,
3 months ago
Math,
3 months ago
Math,
6 months ago
Biology,
6 months ago