How do I print multiple different string arrays?
https://code.sololearn.com/clh4Z9YE8vfj/?ref=app So this is a demo portion of my scaled calculator. At the moment you can only input 1 1 1 M as in 1 times 1 with a scale of 1 using multiplication. when you do that, the spaceOne (multipleOne (the first 1)) is printed just fine, however the multOne (multTwo with a multiplication sign) isn't printing below the first like I want only making a gap of 6 spaces, and after the multOne I want the equal line to print, which also isn't working, and finally the answer (in this case is spaceOne) isn't worling either. FYI the must means a mult sign will be printed before the number, and space means there will be an empty gap befpre the number. Also is there a more effective way to do what I want? I just want the arrays to print in this order, depending on their input value: in this case: spaceOne multOne equalLine spaceOne