353 Posted Topics
Re: > i was wondering if Notepad++ is a good program to use Yes, but you'll need to download a compiler to connect to it because Notepad++ doesn't come with a compiler to the best of my knowledge. The editor is good though, and supports highlighting for C++. | |
Re: You are almost there. If you calculate the prices in main but print them in another function, you must first pass the prices as arguments to each function, or the function will not know what to print. Also remember that two entities cannot have the same name, so the prices … | |
Re: When the number of items is even, the median is the mean of the two middle items. |
The End.