Please help me anyone that understands am really lost
Write a Java program that would display the following table Name Student number Cell phone Gender Petrus Hakoya 202003625 0812658321 Male Helvi Jacobs 202001520 0852621532 Female Ketuna Joel 201903256 0812525253 Female Selma Iyambo 202032635 0813636598 Female Question 2 2.1. Using flow charts, write an algorithm that would be used to populate and display the following registration form. [20] Hint: The number of students to be registered is not known and therefore the user should be allowed an opportunity to register unlimited number of students. The user should have two options after each entry, i.e. ask user whether to enter next entry or exit/done. Name Student number Cell phone Gender Course 2.2. Write a java program that would implement the algorithm that you developed in 2.1. above.