hello,
i have some text in notepad that looks like this
i am ask to create a program to call the notepad and make the output looks like this
Product 1 Product 2 Product 3
Day 1 5000 5859.99 6001.75
Day 2 5555 7750.99 6000.50
Day 3 5877 5559.30 6578.98
i posted this in a different
thread but seems the suggestion are too advance for me? i just want it simple and easy to explain.
i am a bit confuse, so i hope you guys can advice me
so so far what i've done is this;
the problem with the above code is that, the amount "5000" won't appear,
the output will look like this;
Product 1 Product 2 Product 3
Day 1 5859.99 6001.75
Question: what should i do in order that the amount "5000" will be included in the second FOR loop?
so in my own way, for me to get the "5000" amount i modified the code to like this, and that's the time i got all the amount on day 1.