Computer Science, asked by rohitwtl, 1 day ago

What is the output of following program? public class vmvmlk {public static void main(String[] args) {int a 10; System.out.println(a--"--);}}
(A) 100
(B) 90
(C) 99
(D) 72​

Answers

Answered by 00778Gl1tch
0

Answer:

The program is Java

Explanation:

The output is 100

Similar questions