I am in a Prrogramming with Algoritims class, I have struggling a bit. We are working on a currency conversion table. Here is the assignment:

• Generate a set of test inputs and expected results for the Currency Conversion program.

Do I need to complete a program in order to know my test results? I'm really not sure what I need to do next, can anyone help?

Blackbetty76

Do I need to complete a program in order to know my test results?

No; you're creating a set of simple test data for the conversion program. A program that generates test data would essentially be the same as the conversion program, which defeats the purpose of generating test data.

I'm really not sure what I need to do next, can anyone help?

Whatever the inputs are, just make some up--then figure out what the program should output if you feed it those inputs. Repeat until you think you have enough.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.