bartleby

Concept explainers

bartleby

Videos

Textbook Question
Book Icon
Chapter 3.8, Problem 3.23CP

Rewrite the following if-else statements as statements that use the conditional operator.

a) if (x > y)

  z = 1;

 else

  z = 20;

b) if {temp > 45)

  population = base * 10;

 else

  population = base * 2;

c) if (hours > 40)

  wages *= 1.5;

 else

  wages *= 1;

d) if (result >= 0}

  System.out.println(“The result is positive.”);

 else

  System.out.println(“The result is negative.”);

Blurred answer
Students have asked these similar questions
Add a new class Checking Account that inherits from the BankAccount class, and has a double instance variable overdraftLimit in addition to the variables inherited from the superclass. Create a constructor for the Checking Account class that takes in the account number, account holder name, initial balance, account type and overdraft limit as input, and uses the super keyword to call the constructor of the superclass, passing in the account number, account holder name and initial balance, account type. Re-write the withdraw() method in the CheckingAccount class so that it first checks if the withdrawal amount is less than the current balance plus the overdraft limit. If it is, the withdrawal is allowed and the balance is updated. If not, the method should return an error message "Insufficient funds". Create a new method displayOverdraft Limit() that returns the overdraft limit of the Checking Account. In the BankAccountTest class, create a new object of type Checking Account with...
Need help answering this pseudocode row question
Need help! Wheres the error in the pseudocode?

Chapter 3 Solutions

Starting Out with Java: From Control Structures through Objects (7th Edition) (What's New in Computer Science)

Ch. 3.2 - Write an if-else statement that assigns 0 to the... Ch. 3.3 - Write nested if statements that perform the... Ch. 3.3 - Write code that tests the variable x to determine... Ch. 3.4 - What will the following program display? public... Ch. 3.4 - The following program is used in a bookstore to... Ch. 3.5 - Prob. 3.16CP Ch. 3.5 - Assume the variables a = 2, b = 4, and c = 6.... Ch. 3.5 - Write an if statement that displays the message... Ch. 3.5 - Write an if statement that displays the message... Ch. 3.6 - Assume the variable name references a String... Ch. 3.6 - Prob. 3.21CP Ch. 3.6 - Prob. 3.22CP Ch. 3.8 - Rewrite the following if-else statements as... Ch. 3.9 - Complete the following program skeleton by writing... Ch. 3.9 - Rewrite the following if-else-if statement as a... Ch. 3.9 - Explain why you cannot convert the following... Ch. 3.9 - What is wrong with the following switch statement?... Ch. 3.9 - What will the following code display? int funny =... Ch. 3.10 - Assume the following variable declaration exists... Ch. 3.10 - Assume the following variable declaration exists... Ch. 3.10 - Assume the following variable declaration exists... Ch. 3.10 - Prob. 3.32CP Ch. 3.10 - Prob. 3.33CP Ch. 3.10 - Assume the following declaration exists in a... Ch. 3 - The if statement is an example of a __________. a.... Ch. 3 - This type of expression has a value of either true... Ch. 3 - , , and = = are __________. a. relational... Ch. 3 - , | |, and ! are __________. a. relational... Ch. 3 - Prob. 5MC Ch. 3 - To create a block of statements, you enclose the... Ch. 3 - This is a boolean variable that signals when some... Ch. 3 - How does the character A compare to the character... Ch. 3 - This is an if statement that appears inside... Ch. 3 - Prob. 10MC Ch. 3 - When determining whether a number is inside a... Ch. 3 - Prob. 12MC Ch. 3 - The conditional operator takes this many operands.... Ch. 3 - This section of a switch statement is branched to... Ch. 3 - You can use this method to display formatted... Ch. 3 - True or False: The = operator and the == operator... Ch. 3 - True or False: A conditionally executed statement... Ch. 3 - Prob. 18TF Ch. 3 - True or False: When an if statement is nested in... Ch. 3 - True or False: When an if statement is nested in... Ch. 3 - True or False: The scope of a variable is limited... Ch. 3 - Find the errors in the following code: 1. //... Ch. 3 - Find the errors in the following code: 2. //... Ch. 3 - Find the errors in the following code: 3. //... Ch. 3 - Prob. 4FTE Ch. 3 - Find the errors in the following code: 5. The... Ch. 3 - Find the errors in the following code: 6. The... Ch. 3 - The following statement should determine whether... Ch. 3 - Find the errors in the following code: 8. The... Ch. 3 - Prob. 9FTE Ch. 3 - Prob. 10FTE Ch. 3 - Write an if statement that assigns 100 to x when y... Ch. 3 - Write an if-else statement that assigns 0 to x... Ch. 3 - Using the following chart, write an if-else-if... Ch. 3 - Write an if statement that sets the variable hours... Ch. 3 - Write nested if statements that perform the... Ch. 3 - Write an if statement that prints the message The... Ch. 3 - Write an if statement that prints the message The... Ch. 3 - Write an if statement that prints the message The... Ch. 3 - Write an if-else statement that displays the... Ch. 3 - Convert the following if-else-if statement into a... Ch. 3 - Match the conditional expression with the if-else... Ch. 3 - Prob. 12AW Ch. 3 - Prob. 13AW Ch. 3 - Prob. 14AW Ch. 3 - Explain what is meant by the phrase conditionally... Ch. 3 - Explain why a misplaced semicolon can cause an if... Ch. 3 - Why is it good advice to indent all the statements... Ch. 3 - What happens when you compare two String objects... Ch. 3 - Explain the purpose of a flag variable. Of what... Ch. 3 - What risk does a programmer take when not placing... Ch. 3 - Briefly describe how the operator works. Ch. 3 - Briefly describe how the | | operator works. Ch. 3 - Why are the relational operators called... Ch. 3 - When does a constructor execute? What is its... Ch. 3 - Roman Numerals Write a program that prompts the... Ch. 3 - Magic Dates The date June 10, 1960, is special... Ch. 3 - Body Mass Index Write a program that calculates... Ch. 3 - Test Scores and Grade Write a program that has... Ch. 3 - Mass and Weight Scientists measure an objects mass... Ch. 3 - Time Calculator Write a program that asks the user... Ch. 3 - Sorted Names Write a program that asks the user to... Ch. 3 - Software Sales A software company sells a package... Ch. 3 - Shipping Charges The Fast Freight Shipping Company... Ch. 3 - Fat Gram Calculator Write a program that asks the... Ch. 3 - Running the Race Write a program that asks for the... Ch. 3 - The Speed of Sound The following table shows the... Ch. 3 - Mobile Service Provider A mobile phone service... Ch. 3 - Mobile Service Provider, Part 2 Modify the program... Ch. 3 - Bank Charges A bank charges a base fee of 10 per... Ch. 3 - Book Club Points Serendipity Booksellers has a... Ch. 3 - Wi-Fi Diagnostic Tree Figure 3-23 shows a... Ch. 3 - Restaurant Selector You have a group of friends...

Additional Engineering Textbook Solutions

Find more solutions based on key concepts
List the specific functions of a DBMS.

Database Concepts (8th Edition)

T F C++ allows you to partially initialize an array.

Starting Out with C++ from Control Structures to Objects (9th Edition)

Rewrite the program in Figure 2.7 assuming that the values to be added are encoded using floating-point notatio...

Computer Science: An Overview (13th Edition) (What's New in Computer Science)

Knowledge Booster
Background pattern image
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
    SEE MORE QUESTIONS
    Recommended textbooks for you
    Text book image
    C++ Programming: From Problem Analysis to Program...
    Computer Science
    ISBN:9781337102087
    Author:D. S. Malik
    Publisher:Cengage Learning
    Text book image
    C++ for Engineers and Scientists
    Computer Science
    ISBN:9781133187844
    Author:Bronson, Gary J.
    Publisher:Course Technology Ptr
    Text book image
    Np Ms Office 365/Excel 2016 I Ntermed
    Computer Science
    ISBN:9781337508841
    Author:Carey
    Publisher:Cengage
    Text book image
    EBK JAVA PROGRAMMING
    Computer Science
    ISBN:9781337671385
    Author:FARRELL
    Publisher:CENGAGE LEARNING - CONSIGNMENT
    Text book image
    Programming with Microsoft Visual Basic 2017
    Computer Science
    ISBN:9781337102124
    Author:Diane Zak
    Publisher:Cengage Learning
    Text book image
    Microsoft Visual C#
    Computer Science
    ISBN:9781337102100
    Author:Joyce, Farrell.
    Publisher:Cengage Learning,
    Control Structure in Data Structure - Data Structures - Computer Science Class 12; Author: Ekeeda;https://www.youtube.com/watch?v=9FTw2pXLhv4; License: Standard YouTube License, CC-BY