Computer Science, asked by samiafarooquicms, 7 months ago

int m[]={4,7,9,3,0,88}; int n[]={6,8,44,33,1,12,09}; give the output: int t= m.length+n.length+(m.length-2)+(n.length+1); System.out.println(t); ek​

Answers

Answered by nayakjeet574
0

Answer:

int m[]={4,7,9,3,0,88}; int n[]={6,8,44,33,1,12,09}; give the output: int t= m.length+n.length+(m.length-2)+(n.length+1); System.out.println(t); ek

I can't understand the question

Similar questions