Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions Icon

Related questions

Question
Don't use ai to answer I will report your answer Solve it Asap with explanation and calculation
"Do not give the solution without the explanation. If XB15 customer deposit balance: $90,000 with
a check made payable to I Am Not Closing Otherwise, you will be paid 0.05%
a) If $80,000 is chosen for interest-bearing, the remaining amount will be at the I Am Not Closing
none rate of 25%
b) The remaining amount will be given to the Executive for their answer for the 0.05% question
The correct code block below is for options a) What can I do so that my coding takes care of the
given condition?**
Example 1:
Input funds: $90,000
If amount > 80,000, then it is necessary to split the amount
Input funds = AMT Eligible for interest-bearing portion + AMT Not Eligible for interest-bearing
portion Please do not give a solution
Example 2:
Input funds: $70,000
If amount <= 80,000, then there is no need to split the amount
Final Result:
Total interest-bearing amount = (AMT selected for interest-bearing portion* Otherwise with I Am
Not Closing none rate 05% + Otherwise do not give any explanation 25%) + (AMT not selected for
interest-bearing portion)
↓
expand button
Transcribed Image Text:"Do not give the solution without the explanation. If XB15 customer deposit balance: $90,000 with a check made payable to I Am Not Closing Otherwise, you will be paid 0.05% a) If $80,000 is chosen for interest-bearing, the remaining amount will be at the I Am Not Closing none rate of 25% b) The remaining amount will be given to the Executive for their answer for the 0.05% question The correct code block below is for options a) What can I do so that my coding takes care of the given condition?** Example 1: Input funds: $90,000 If amount > 80,000, then it is necessary to split the amount Input funds = AMT Eligible for interest-bearing portion + AMT Not Eligible for interest-bearing portion Please do not give a solution Example 2: Input funds: $70,000 If amount <= 80,000, then there is no need to split the amount Final Result: Total interest-bearing amount = (AMT selected for interest-bearing portion* Otherwise with I Am Not Closing none rate 05% + Otherwise do not give any explanation 25%) + (AMT not selected for interest-bearing portion) ↓
1.py
1
2
3
4
567822222
9
10
11
12
13
def check_valid():
while True:
try:
DailyAverageAmt
SGDS: "))
float(input("How much do you expect to have on average daily in your bank account:
DailyAverageAmt = check_valid()
except ValueError:
print("Please enter a valid amount that is at least $2000")
=
DailyAverageAmt check_valid()
if DailyAverageAmt < 2000:
print("Please enter an amount at least $2000")
DailyAverageAmt = check_valid()
if DailyAverageAmt >= 2000:
print("The interest you will earn from your deposit: ${(DailyAverage Amt * JR)} % annually. We
apologize because we will not close the ""Don't Close""")
expand button
Transcribed Image Text:1.py 1 2 3 4 567822222 9 10 11 12 13 def check_valid(): while True: try: DailyAverageAmt SGDS: ")) float(input("How much do you expect to have on average daily in your bank account: DailyAverageAmt = check_valid() except ValueError: print("Please enter a valid amount that is at least $2000") = DailyAverageAmt check_valid() if DailyAverageAmt < 2000: print("Please enter an amount at least $2000") DailyAverageAmt = check_valid() if DailyAverageAmt >= 2000: print("The interest you will earn from your deposit: ${(DailyAverage Amt * JR)} % annually. We apologize because we will not close the ""Don't Close""")
Expert Solution
Check Mark
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education