Question: Question 1: Create 2D array and get following output a=(['A','B'],['F','G','H']) b-(['C','D', 'E'],[T,J']) Output : === RESTART: E:/BINF5403/Assigni Length of Array-a is 2 Length of Array-b




Question 1: Create 2D array and get following output a=(['A','B'],['F','G','H']) b-(['C','D', 'E'],[T,J']) Output : === RESTART: E:/BINF5403/Assigni Length of Array-a is 2 Length of Array-b is 2 A B MOA UCH F G I J Question 2: Create 2D array and get following output a-(['A','B'],['F',G','H']) b=(['C','D', 'E'], [T,J'],['K']) Output : BINF 5403 (Assignment3) Due date: 12/04 (11:55pm) >>> RESTART: E: Length of Array-a is 2 Length of Array-b is 3 CUAUHA K Question 3: Create your function module for the following two questions and import your library to execute functions: 1). Ask the User to enter two numbers until they enter two numbers the same (hint** for example If enter two numbers 30 and 30, then stop else keep asking numbers.) 2). Ask the User to enter five numbers, store those numbers in ascending order in a single Dimensional array, and print that array. (For example, A user is entering a number in the sequence of 20, 40,10,100,30 then you should store them in the array like this [10,20,30,40,100]) Question 4: Use Object-Oriented concepts Create a Global function to print the welcome function . BINF 5403 (Assignment3) Due date: 12/04 (11:55pm) Create two-parent class Demographics and Grade Create a class final that can access all attributes and functions of parent classes Demographics: Variable: ID, Age, Gender, In-State: Yes/No (Ask User to enter) Function: To calculate per credit fees In-state - Fees - 560 Out of state - Fees - 913 Grade : Variables: Maths, Sci, Eng (Ask User to enter marks) Function: To calculate a grade Grade - A - Average all three subjects is 90 Grade- B - Average of all three subjects is between 80-90 Grade -C - Average of all three subjects is between 70-80 Grade - F Average of all three subjects is
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
