Question: Feedback? CHALLENGE ACTIVITY 3 . 5 . 1 : Detecting ranges using logical operators. 5 2 8 0 4 0 . 3 4 8 9

Feedback?
CHALLENGE
ACTIVITY
3.5.1: Detecting ranges using logical operators.
528040.3489528.qx 3z qay 7
Jump to level 1
The 32% tax bracket applies to salaryNum in the range 54000-83000 inclusive. Write an if statement that outputs "Different tax bracket" if the input salaryNum is not in this range. Otherwise, output "32% tax bracket". End each output with a newline.
Click here for examples
import java.util.Scanner;
public class TaxBrackets {
public static void main(String[] args){
Scanner scnr = new Scanner(
System.in);
int salaryNum;
salaryNum = scnr. nextInt () ;
Y** your code goes here */
}}
I
1
3
4
 Feedback? CHALLENGE ACTIVITY 3.5.1: Detecting ranges using logical operators. 528040.3489528.qx 3z

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!