phoneSize method

bool phoneSize(
  1. double size
)

Implementation

bool phoneSize(double size) {
  return size > 0 && size <= 500;
}