Develop a program that determines the monthly charges for a checking account. the following criteria is to be used:
balance>or= 100.00 will not be charged
balance < 100.00 will be charged 9.95 monthly fee
explain how each of these design tools are used to represent the programming logic for the 2 requirements to express balance
problem analysis chart, structure chart, IPO chart, coupling diagram, and data dictionary