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
Answer:
bshhscsgsgsbqjdsg Yusuf diyachi ıslah taksici
Similar questions
Physics,
1 month ago
History,
2 months ago
Math,
2 months ago
Physics,
9 months ago
Computer Science,
9 months ago