Recent Feedback
1. Allow users to enter 10 numbers in double format2. Store the numbers in an array 3. Create and use a function to calculate the average of the numbers in the array 4. Output the average
Optional Information: Computer OS: Windows XP Browser: IE Programming Language: C++ Compiler: Dev-C++
Chat Conversation Started
Hello. I can help you with this.
When do you need this by?
tonight
Ok. I'll have this shortly.
ok
OK. I have posted the code at the link below:
http://pastebin.com/tHXJ0fDV
Let me know if you need any help with it. if that answered your question, please don't forget to click the ACCEPT button.
Chat Conversation EndedIf you are still working with your Expert on this question, you can post additional replies and receive additional information on this page. If you received a satisfactory answer in Chat, you can accept the chat conversation above.
Let me know if you need help with that code: http://pastebin.com/tHXJ0fDV
Why does the program when run only say....press any key to continue?
It asks you for 10 numbers, then outputs the 10 numbers, and then says that. Just to make sure you copied and pasted the whole thing, can you confirm the first and last lines of the code that you copied over there?
using namespace std;
}
I copied it and put into dev-C++ it does not show error but window opens and it only says press any key to continue.
What version of Dev-C++ are you using?Try this:Click File -> New -> Source FileThen paste in that code.Then press F9, and save that file with a different name than the previous ones. Does it still do the same thing?
yes it did. I'm not sure why
What version of Dev-C++ are you using?
4.9.9.2
Take out the system ("pause"); near the end, and then recompile and run it. What happens then?
I removed that and the window did not open at all. I added return(0) at the end and I did the same thing as before.... press any key
It sounds like a problem with your installation of Dev-C++. Try using DevC++ portable, which would be a default installation of DevC++, but it is completely self contained, so it won't mess with your current installation. You can get it from the link below:http://sourceforge.net/projects/devcpp-portable/
i tried downloading it twice. I'm trying it in visual C++ 2008 it compiled with no errors but I can't get it to run
Just in case there was a problem with the copy and paste, I zipped it up and uploaded it to the link below. Try that one:http://wikisend.com/download/434576/average10nums.zip
did it and still same result. could you type up psuedocode for this?
OK. I zipped up the whole copy of DevC++ portable, with the source code for this file in there as well. Just unzip it, and then run the dev-cppPortable.exe. Then go to "File -> Open", and point it to the .cpp file. Then press F9 after it loads. Let me know if that doesn't work.
where did you upload it to
Sorry about that. Here is the link:http://wikisend.com/download/575368/Dev-CppPortable.zip
Experience: I have my Bachelor in Computer Engineering. I took many programming classes in college.