class number
{
public static void main( )
{
int a = 20;
int b = 40;
System.out.println (“++a=” +(++a));
System.out.println (“b++=” + (b++));
}
}
guys i need system output
Answers
Answered by
2
Answer:
please help me to complete 1000 followers l will give you 20 thanks
Similar questions