Computer Science, asked by tuba3581, 10 months ago

Rewrite using the following code program
{
Int a=0;
Int b=10;
a= -b;
Sopln( "a"+a+"b:"+b);
}

Answers

Answered by Anonymous
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