Question: Q2) Answer the following: a) Write an if statement that will compare the value in price against the value in budget. If priceis greater than

Q2) Answer the following: a) Write an if statement that will compare the value in price against the value in budget. If priceis greater than budget, then print the message "Too expensive"; other- wise print the message "Just right". b) Write an assignment statement that will divide the value in total by the value in countand store the result in mean. c) Write the output for the given statements: System.out.println("constructors".substring(3,7)); System.out.println("hello" + " students of " +214 )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
