Day3 Task Questions:(Theory) 1.How many Types of Input are there? What are they? 2.What is mean by Input()? 3.What are the classes in Type conversion? 4.What is the purpose of Type conversion? 5.What is the use of Run time Input? 6.What is mean by Zero division error? 7.What is the value for True and False? 8.How the value error will occurred? 9.is int will convert into string? 10.why we get Type error? Questions(Practical) 1.perform the type conversion using string() 2.perform the type conversion using complex() 3.perform Type conversion using Boolean() QUESTION 4: ------------ Description: Using input() method get 15 bank details [15 variables] QUESTION 5: ------------ Description: Using input() method enter all state name in India QUESTION 6: ------------ Description: Using input() method get below details district_State district_Name district_Area district_population district_Captial district_Urban_Count district_Rural_Count QUESTION 7: ------------- Description: Using input() method get the below details studentId studentName Mark_1 Mark_2 Mark_3 Mark_4 Mark_5 :Find the total and average of marks