Assignment: Currency Conversion Design

· Complete the hierarchy chart in Appendix H and the flowcharts in Appendix I, based on the Currency Conversion requirements and Input-Process-Output table you generated in Week Two.

· Develop the pseudocode for the program design.

· Post the assignment as an attachment.

What problems are you having with this?

Everything I basically need all the answers

Please understand that no one here will do your work for you. However, we will be happy to read over whatever you come up with and make suggestions and/or corrections.

Please post what you think.

Please be aware that we have no access to any textbooks and therefore have no idea what is in the Appendices. Nor do we know what you did week two.

Sra

So if I submit my work that I already turned in, could I have help with corrections? I even have the feedback just don't know how to make the right corrections to it. Doing horribly in this class.

To complete the assignment on designing a currency conversion program, follow these steps:

1. Understand the requirements: Review the Currency Conversion requirements document provided by your instructor to understand what the program should do.

2. Generate an Input-Process-Output (IPO) table: Create a table that lists the inputs required by the program, the processes needed to convert the currency, and the desired outputs. The inputs may include the amount of money to convert and the current exchange rate, while the outputs may include the converted amount in the desired currency.

3. Create a hierarchy chart: Use the IPO table as a guide to create a hierarchy chart. The hierarchy chart represents the structure of the program, including main modules and sub-modules. It helps to visualize the flow of the program.

4. Draw flowcharts: For each module in the hierarchy chart, create a flowchart that illustrates the flow of control and data between different parts of the program. Flowcharts help to understand and communicate the logic of the program. Include decision points and loops as necessary.

5. Develop pseudocode: Pseudocode is a high-level, informal language that describes the logic of the program without adhering to any specific programming language syntax. Write pseudocode for each module in your hierarchy chart, following the flowcharts and requirements.

6. Review and revise: Proofread your design documents, including the hierarchy chart, flowcharts, and pseudocode. Ensure that all requirements are addressed and that the design is clear and accurate.

7. Submit the assignment: Save your design documents as attachments and submit them according to your instructor's instructions.

Remember to use appropriate symbols and conventions for hierarchy charts, flowcharts, and pseudocode to ensure clarity and consistency.