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
1
Answer:
an output is a device used for giving instructions
poddarsatakshi:
how can this be the ans??
Similar questions
Social Sciences,
2 months ago
Math,
2 months ago
Psychology,
5 months ago
Math,
5 months ago
Computer Science,
10 months ago
Math,
10 months ago