Answer to Question #27547 in C++ for asima

Question #27547
design overloaded function to print the followings
a)an array of integers
b)an array of strings
c)an array of students
1
Expert's answer
2013-04-17T10:25:03-0400
public void toString(Object [] mas ){
for(int i=0 ,i<mas.length;i++)
Systm.out.print (mas[i]+" ")
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS