Question: In java, how to make a two-dimensional array using loops that creates a table for salaries based on employees categories (Admin, Faculty, Staff, Hourly) in
In java, how to make a two-dimensional array using loops that creates a table for salaries based on employees categories (Admin, Faculty, Staff, Hourly) in rows and employe level (Entry, Mid, Senior) in columns?
I understand how to instiantiate and arrays but can't figure how to do it with both string and ints in same table.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
