Short Data Type, Identify and correct the error :-
The class
The first argument (
The second argument (
The below code is supposed to print the total number of holidays as the sum of both national and company holidays.
Fill in the missing code to :
- convert the string passed in
args[0] to short and assign to nationalHolidays - convert the string passed in
args[1] to short and assign to companyHolidays
- [Hint: Remember to use type-casting where required.]
0 Comments