Computer Science, asked by saumava, 5 months ago

public static void main ()
{
int v1=5,v2=10;
for (int x=1;x<=2;x++)
{
System. out. println (++v1) +"\t" +(v2--) ;
System. out. println (--v2) +"\t"+(v1++)) ;
}
}
What is the output?

Answers

Answered by malakumari977164
1

Answer:

an output is a device used for giving instructions


poddarsatakshi: how can this be the ans??
Similar questions