package com.example.demo.LearnerLab; public interface Learner { void learn(double numberOfHours); }