// QuestionSeting.java package com.example.myapp.service; import com.example.myapp.model.Expression; public interface QuestionSeting { Expression setQuestion(int count); }