package project;

interface health {

  void healthDw (int x)throws NoHealthException;
  
}