rly easy project for u, not for me c++. pls help

hi guys, i have 1 day to complete this project but i cant figure out how.. i am 13 years old, my teacher gave us this project, so please help me if u ca.
there are 2 questions

1)make a program that reads from the keyboard 200 different numbers (decimal - find the biggest number and then print it to a file called exodos.txt

2)make a program that will read from a txt file called eisodos.txt 30 numbers(decimals) and it will print the total of them ( sum ).

please help

I think it is not easy because to test the program I have to enter 200 different numbers! It is a very hard work.:)
It's one thing to ask for help here, and another to have someone else write it all for you!! :P

Showing us some code and asking when you get stuck on an error or concept would be better. If there's something specific in the instructions that you don't understand, point that out so people can clear something up. Otherwise, the outlook's a bit grim on getting help.
@vlad from moscow: it is not hard, it's tedious. You could make a program that does it for you.
for the 200 different numbers, you can use 2 variables for that.

here is the formula


start

input the number
assign number to variable largest

while(attempts<=200)
{
input the number
if the number is bigger than largest
then assign number to largest
}


output largest
create .txt file , write in the file the variable largest

end


Topic archived. No new replies allowed.