cs101

  • Thread starter Thread starter decie mae caburog
  • Start date Start date
D

decie mae caburog

We have a project and that project is to make an algorithm with this
problem:

Write an algorithm that uses aloop,read in 10 pairs of numbers where
each pair represents the score of a football game with CSU listed
first,secondly,each pair of numbers determine whether CSU won or
lost.after reading in this 10 pairs of values print out the
'won/lost/tie'record of CSU.in additiion if this record is perfect
10-0,then print out the message 'congratualations on your undefeated
season.

If there is someone who knows about thi problem I hope you could help
me.I hope you could give me the answer befor october 5,2004 because i
need this on October 6.thank you.
 
How about you try solving this on your own? That's why you're taking CS101 -
to learn how to figure these things out yourself. Think of it as a 'word
problem'. Do you remember those from middle school? Do you remember how you
handled those problems? Try it on this one.

Tom Dacon
Dacon Software Consulting
 
decie mae caburog said:
We have a project and that project is to make an algorithm with this
problem:

Write an algorithm that uses aloop,read in 10 pairs of numbers where
each pair represents the score of a football game with CSU listed
first,secondly,each pair of numbers determine whether CSU won or
lost.after reading in this 10 pairs of values print out the
'won/lost/tie'record of CSU.in additiion if this record is perfect
10-0,then print out the message 'congratualations on your undefeated
season.

If there is someone who knows about thi problem I hope you could help
me.I hope you could give me the answer befor october 5,2004 because i
need this on October 6.thank you.

You haven't actually asked a question - you've just told us what your
assignment is. If you could ask a specific question on whatever part of
your assignment you're having trouble with, we'd be better able to
help.
 
I want you to do well in your class, because someday, I may be working with
you.

You may someday be the developer sitting next to me, and I may turn to you
and
ask you to take on a module, a module that will prepare the data that my
module needs.

And you want me to shortchange your learning process now?

Heaven forbid you should graduate after actually LEARNING something.

I can't dictate your honesty. I simply ask all other responders to refrain
from helping you cheat.

--- Nick
 
We have a project and that project is to make an algorithm with this
problem:

Write an algorithm that uses aloop,read in 10 pairs of numbers where
each pair represents the score of a football game with CSU listed
first,secondly,each pair of numbers determine whether CSU won or
lost.after reading in this 10 pairs of values print out the
'won/lost/tie'record of CSU.in additiion if this record is perfect
10-0,then print out the message 'congratualations on your undefeated
season.

If there is someone who knows about thi problem I hope you could help
me.I hope you could give me the answer befor october 5,2004 because i
need this on October 6.thank you.

Think about the problem for a second. You have 10 pairs of numbers, the
first number is the score for CSU, the second is the opponents score. Each
pair represents one game. With that information, you should be able to
determine who won each game and figure out how many wins, losses, and ties
there are.

We won't give you the code. If you will just think about what is being
asked, you should be able to figure it out. If you have a specific
question when writing your code, we might be able to help.


--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
 
Back
Top