Assuming that the user inputs a value of 25000 for the pay and 10 for the bonus rate in the following code snippet, what is the output?
Public static void main(String[] args)
{
Scanner in = new Scanner(System.in) ;
System.out.print("Enter the pay: ") ;
Double pay = in.nextDouble() ;
System.out.print("Enter the bonus rate: ") ;
Double bonus = in.nextDouble() ;
System.out.println("The new pay is " +
(pay + pay * (bonus / 100.0) ) ) ;
}
A) The new pay is 25000
B) The new pay is 25100
C) The new pay is 27500
D) The new pay is 30000
Correct Answer:
Verified
Q4: Which one of the following refers to
Q28: Which one of the following is
Q29: Which of the following is the
Q30: Which of the following options is valid
Q31: What is the output of the following
Q33: Assuming that the user enters 45 and
Q36: Assuming that the user inputs "Joe" at
Q43: What is the value of Math.abs(-2)?
A)-2
B)0
C)2
D)4
Q116: How do you compute the length of
Q119: Which of the methods below are static
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents