What does += do?[code]x += y[/code] is equivalent to [code]x = x + y[/code]
My First Program@Ahmed Khalid if you'd rather not get posts like the above ^, you should state your purpose for post...
Need GuidanceYes and they have a nice and quick little tutorial to get you up to speed with the syntax of using S...
Don't know why it isn't working.Once you get to the second for loop: [code]for (int x = 0; x < 10; x++){ average += donation[x];...
Need GuidanceHere are a few links to some helpful QT tutorials which I have lying around: 1) https://www.youtube....