Enter the taxable income: $41000
The income tax payable is: $2200.00
Enter the taxable income: $62000
The income tax payable is: $6600.00
Enter the taxable income: $73123
The income tax payable is: $9936.90
Enter the taxable income: $84328
The income tax payable is: $13298.40
Enter the taxable income: $-1
bye!
int grid[][] = new int[12][8]; // a 12×8 grid of int
grid[0][0] = 8;
grid[1][1] = 5;
System.out.println(grid.length); // 12
System.out.println(grid[0].length); // 8
System.out.println(grid[11].length); // 8
Enter the taxable income: $41234
The income tax payable is: $2246.80
Enter the taxable income: $67891The income tax payable is: $8367.30
Enter the taxable income: $85432
The income tax payable is: $13629.60
Enter the taxable income: $12345
The income tax payable is: $0.00
Enter the number of items: 5
Enter the value of all items (separated by space): 7 9 1 6 2
The values are: [7, 9, 1, 6, 2]
Enter a Hexadecimal string: 1bE3
The equivalent binary for "1bE3" is "0001101111100011"
Enter a decimal number: 1234
The equivalent hexadecimal number is 4D2