Welcome to Westonci.ca, where you can find answers to all your questions from a community of experienced professionals. Get immediate and reliable answers to your questions from a community of experienced experts on our platform. Connect with a community of professionals ready to provide precise solutions to your questions quickly and accurately.

1.
Consider the following Java statements.
1
2.
int a = 5;
int b = 3;
int c = 4;
C = a + b 3
3
4
What is the value of c after these lines execute?
Enter answer here​