[Solved] Create a class Student with attributes name(String) and registrationNo(int)
![[Solved] Create a class Student with attributes name(String) and registrationNo(int) [Solved] Create a class Student with attributes name(String) and registrationNo(int)](https://realcoder.techss24.com/wp-content/uploads/2023/02/Solved-Create-a-class-Student-with-attributes-nameString-and-registrationNoint-768x432.png)
Create a class Student with attributes name(String) and registrationNo(int) and a method show to display the attributes of the Student. Write a menu driven program with 2 choices to take the input of the student attributes and display the attributes.…