Computer Science, asked by jiya2314, 7 months ago

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 shia07
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