Answer to Question #16199 in C++ for patrick

Question #16199
write output file, add the number of the last number of each file
1
Expert's answer
2012-10-10T07:40:45-0400
Dear visitor
Unfortunately, the statement of your question is a bit confusing.
What do you need to be done? Please, give us the details so we could help you

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

Assignment Expert
12.10.12, 18:12

You're welcome. We are glad to be helpful. If you really liked our service please press like-button beside answer field. Thank you!

patrick
12.10.12, 17:51

thanks alot! :)

Assignment Expert
12.10.12, 15:35

#include #include #include using namespace std; int main() { int x[66],y; ifstream ff("File.txt"); & int i=0,n=0;& & while(!ff.eof()) { ff>>x[i]; cout

patrick
11.10.12, 02:35

you are supposed to add a number to every number in the file of the last number in the file,for example we have these numbers in the file 2 62 7 1 8 9 and 9 here happens to be our last number,so in our output file we should have 11 71 16 10 17 18

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS