Q4)Find the output
i)void main()
{
Int a=10,b=5;
if(a<b)
cout<<a-b;
else
cout<<a+b;
getch();
}
Answers
Answered by
2
Explanation:
Find the output
i)void main()
{
Int a=10,b=5;
if(a<b)
cout<<a-b;
else
cout<<a+b;
getch();
}
Similar questions