class academic
{
public static void main()
{
int a=10, b=5;
final int c=100;
a = a++ + c++;
Scanner Scan = new Scanner(System.in);
System.out.println(“Object created”);
System.out.println(“a =” +a + “ ”+ c);
}}
a. What is the object name created in this program?
b. Is there any error in this program? If yes, modify it.
c. After modification what will be the output of this program?
Answers
Answered by
0
https://quizizz.com/admin/quiz/6027d9d2f1fc1e001b12c523?studentShare=true
Similar questions