Python Programming Using JES

profileProfSteven

 In order to code this assignment correctly you MUST use the latest version of JES. The link to download JES is below:


http://www.jython.org/downloads.html


You work in the IT group of a department store and the latest analytics shows there is a bug that allows customers to go over their credit limit. The company's president has asked you to develop a new algorithm to solve this problem. 

Create your algorithm using pseudocode that determines if a department store customer has exceeded their credit limit. Be sure you gather the following inputs from the user: 

  • Account number
  • Balance of the account
  • Total cost of all the products the customer is looking to purchase
  • Allowed credit limit 

After you gather the inputs, make sure your algorithm calculates if the user can purchase the products and provides a message to the user indicating if the purchase is approved or declined. 

    • 7 years ago
    • 20
    Answer(2)

    Purchase the answer to view it

    blurred-text
    • attachment
      pseudocode.txt
    • attachment
      jythonoutput.png
    • attachment
      code.py.txt

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      Order10186798.docx