please help  a. prepare a flowchart. ##1 # inside data sub subarray[serial, name, amount]; data = [['01','A',4000],['02','B',8000],['03','C',10000],['04','D',12000],['05','E',16000]] nameOfSutdent = input() serial = 0 name = 1 amount = 2 for i in data:     if(i[name] == nameOfSutdent and i[amount]>12000):         print("You can withdrow")         i[amount] = i[amount]-1000         break     if(i[name] == nameOfSutdent and i[amount]<12000):         print("Your blance less than 12000");

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter8: Arrays
Section: Chapter Questions
Problem 1MQ5
icon
Related questions
Question

please help 

a. prepare a flowchart.

##1
# inside data sub subarray[serial, name, amount];

data = [['01','A',4000],['02','B',8000],['03','C',10000],['04','D',12000],['05','E',16000]]
nameOfSutdent = input()
serial = 0
name = 1
amount = 2
for i in data:
    if(i[name] == nameOfSutdent and i[amount]>12000):
        print("You can withdrow")
        i[amount] = i[amount]-1000
        break
    if(i[name] == nameOfSutdent and i[amount]<12000):
        print("Your blance less than 12000");

 

Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Passing Array as Argument
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning