Q.1.Construct a flowchart and then a program, aiming at reporting final results for students at the end of a term. The information you know is that each student should at least register two modules in the term. However, how many students and how many modules each student registered finally are not clear. Therefore, your program should request the information. Then the program reads in all module scores of each student and calculate the average score. Before dealing with issues for the next student, your program should display current average result to the screen
QN 2. Create a Flowchart on an ATM BBC Basic Codes With the basic use - ELSEIF, ENDIF, RND, IF,UNTIL, WHILE, PROC, INPUT & PRINT.