4. Give the output of the program
public class output
{
static void main ()
{
int a= 5,b=6,c=3;
c+=a/2+b%8+c;
c-=a-b*2+c*3;
System.out.print(c);
}
}

Answers & Comments


Add an Answer


Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Helpful Social

Copyright © 2024 EHUB.TIPS team's - All rights reserved.