package org.example.behavior; public interface Chargeable { void charge(double amount); }