Java: Console Input and Output Question Reading a price with Scanner? (Click to reveal answer) Answer Use 'nextDouble()' for accurate price input. Using 'nextDouble()' ensures that you read the price as a floating-point number, capturing decimals accurately. This is crucial in an e-commerce app for precise price handling and calculations. Additional NotesReading a price with Scanner? Track: Java Topic: Core Java Focus: Console Input and Output Topics: Console Input and Output Core Java Java