Computer Science, asked by AsmitaMinj, 7 months ago

Give the output of the following method:
public static void main(String[] args)
14.
{
int a = 5;
a++;
System.out.println(a);
a -
(a--) - (-a);
System.out.println(a);​

Answers

Answered by somnathdutta116
0

Explanation:

2....................is the answer

Answered by triya5243
0

Answer:

output = print inter(input)

(a) = 5

Similar questions