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
0
Explanation:
2....................is the answer
Answered by
0
Answer:
output = print inter(input)
(a) = 5
Similar questions