package project;

interface foodInfo {
  
  static final int  PoisonAppleValue = -3;
  static final int  OrangeValue = 3; 
}