Can anyone help me with this problem? I can't figure it out. it's multiplying the total price not each buyers input :( can anyone help me to fix this program? thanks in advance I really need it now :(
@titepanatiks
1. I don't see a multiplication arithmic operator anywhere.
2. You should declare your array and regular double variable on different lines as this is a good habit.
3. Your mistake is probably not using the variables, arrays you declared right, a math error, and/or a semantic error (logic error).