This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

i cant get the program to work. what is wrong?

add-number ( integer a; integer b )
(
  add-number = integer a + integer b
)

Parents
  • Just so I'm clear about your requirements specification, you want a program to take any type and size of number from any source, add them, then divide them and output the result everywhere? The code should be written for no target in particular in any (or should that be 'every') language?

    Just so I'm clear you know, because I want to get started on this work effort as soon as possible. Please verify my understanding. It is very urgent.

Reply
  • Just so I'm clear about your requirements specification, you want a program to take any type and size of number from any source, add them, then divide them and output the result everywhere? The code should be written for no target in particular in any (or should that be 'every') language?

    Just so I'm clear you know, because I want to get started on this work effort as soon as possible. Please verify my understanding. It is very urgent.

Children