Computer Science, asked by VarunK61, 3 months ago

Write the output of the following -> [5}
i. int a = 223,b =5;
int ans = ++a/ --b + a++ + ++a;
System.out.println(“The final value of a is “+ a);
System.out.println(“The final value of b is “+ b);

System.out.println(“The output is “+ ans);

Answers

Answered by Anonymous
1

Answer:

Photosynthesis, the process by which green plants and certain other organisms transform light energy into chemical energy. During photosynthesis in green plants, light energy is captured and used to convert water, carbon dioxide, and minerals into oxygen and energy-rich organic compounds.

Similar questions