Question: Please solve this question urgently You are required to create a class named Student that has the following private properties: i. Name-to holds the student's

 Please solve this question urgently You are required to create aclass named Student that has the following private properties: i. Name-to holds Please solve this question urgently

You are required to create a class named Student that has the following private properties: i. Name-to holds the student's name ii. Email - to hold the student's email iii. TPNumber- to holds the Student's ID number iv. Amount- to holds the amount paid by the student The class should have the following constructors: i. A constructor that accepts the following values as arguments and assigns them to the appropriate properties: student's name, student's email, students's TP number and amount. ii. A constructor that accepts the following values as arguments and assigns them to the appropriate properties: student's name and students's TP number. Assign value zero to property price. The class should have the following public method: i. A method CalcAmount that accepts newamount as argument, adds the newamount with property Amount and returns the latest amount value. Given a case study where the program should search for a number in an array. Assume user is required to input a number to be searched in txtValue. If the number is found, a MessageBox should display success message. Complete the following method definition based on given array declaration. private void identifyNumber () \{ int[]arr= new int[] {56,78,21,87,29}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!