Additional Algorithms for Practice

Write pseudocode for the logic of a program that allows the user to enter a number of dollars and convert it to Euros and to Japanese yen. Write pseudocode for the logic of a program that allows the user to enter values for a salesperson’s base salary, total sales, and commission rate. The program computes […]

Structured Programming Notes

Programming Models Older Programming Languages (assembly) Required programmers to work directly with memory addresses and machine language codes Older languages were written in one piece Not structured Newer Structured and Object-Oriented Languages More like natural language and use named variables instead of memory addresses Allow the development of smaller modules that are reusable and connectable […]