What is the mistake here | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the mistake here

public class Program { public static void main(String[] args) { int a=12; b=a++*5--a; System.out.println(b); } } What is the mistake here

9th Feb 2019, 2:44 AM
Jothika
Jothika - avatar
2 Answers
9th Feb 2019, 3:05 AM
Arushi Singhania
Arushi Singhania - avatar
+ 3
Emma please can you say me the working of this program
9th Feb 2019, 3:09 AM
Jothika
Jothika - avatar