Public class classa { void meth1() { int a =34; //a=34 int b=21;//a=34,b=21 int c = a++ + ++b;//a=34,b=22 c=56 int d= --a + --b + c--;//a=33 b=20 c=56 d=109 int e = a+ +b + +c + d--; //a=34 b=22 c= 56 d=114 e=226 int f= -a + b-- +-c - d++;//a=33 b=21 c=55 d=115 int sum = a+ b+ c +d +e +f; system.out.println("sum = " + sum); } public static void main(string[] args) { new classa().meth1(); } }

  • matematika

    Subject:

    Math
  • Author:

    hugo99
  • Created:

    1 year ago

Answers 1

Answer:

this is getting heavy can u hear the bass boom ready ohoo life is sweet as honey

If you know the answer add it here!

Can't find the answer?

Log in with Google

or

Forgot your password?

I don't have an account, and I want to Register

Choose a language and a region
How much to ban the user?
1 hour 1 day 100 years