Rewrite using the following code program
{
Int a=0;
Int b=10;
a= -b;
Sopln( "a"+a+"b:"+b);
}
Answers
Answered by
1
Answer:
if i am not worng
Explanation:
{
int a=0;
int b=10;
a < b;
system.out.println('a'+'a'+'b'+'b');
}
Similar questions