0
How to convert unitvof height in this example but print all array?
In example of "mathematical operation on arrays" we change the unit of height array from cm to feet but the output only unclude data of height array. Is there any way to do this conversion but output include age data array? I know we can concatenate two arrays, but is there any other way?
4 Answers
+ 2
Well, that's why I requested for some examples but anyway is this what you're referring to?
https://code.sololearn.com/ca15a23A17a9
+ 1
What do you mean? We convert or manipulate height but we want to display their age? Is this what you mean? Can you give some examples? Thanks.
Or maybe you are referring to this?
https://code.sololearn.com/ca12a730a157
+ 1
Yeah, exactly :)
0
:))))
No. We convert height and output print only height not height and age array.