Author | Message |
---|---|
304374842
Posts: 56
|
Posted 15:48 May 13, 2016 |
I am not having problems with how to create the tables but I am unsure how to have them appear side by side. Is that a formatting thing or have to do with how we set up the loops? |
kknaur
Posts: 540
|
Posted 16:15 May 13, 2016 |
Don't think of it as two separate tables. It's one table and you just print it one row at a time using a loop. |
rcamach7
Posts: 31
|
Posted 23:08 May 13, 2016 |
Yeah, although the calculations/methods used to solve each part of the table are different, the table should be viewed as only one. You're just filling it with missing variables. |
304374842
Posts: 56
|
Posted 11:33 May 14, 2016 |
Thank you! Got it. |