What's new

Problem solved..thanks

CreepTO

Honorary Poster
Joined
Oct 17, 2017
Posts
245
Reaction
48
Points
129
Help in Java Programming........
Create a program that will be able to save an employee information such as ID number, Last name, Given name, Middle name, Tin Number and SSS number.




1. Create one Package.
2. Create two Java class naming Main, and MainFunction
3. Create all Instance variables into MainFunction class.
4. Use single array to store information of an employee
5. Use mutator method to set the information needed
6. Use accessor method to retrieve and display the result or the output
7. Use loop to view the records of an employee
8. Use extends in order to call/extend the declared variable from other Java Class.
9. Use "this" reference to call the main and instance variable.
10. Create only 3 slot for employees .
11. Use Main to display the OUTPUT.
 
kaya mo yan ts. di kasi ako nagbibigay ng source code. google mo lang yan may mga sample about jan.
mas maiitindihan mo pag ikaw ang naka solve ng problem
 
Mukang assignment nyo to lods ah hehe.. Anyways, as mentors we don't encourage spoon-feeding. Ganito nalang, try to study first 1-by-1 dyan sa list mo. Madaming YøùTùbé tutorials na mgaganda the last time I checked. If may ma encounter ka na difficulties along the way, we are willing to help you :)
 

Similar threads

Back
Top