import com.example.paperinput.PaperInput; public class UserInputHandler { public static void main(String[] args) { PaperInput paperInput = new PaperInput(); boolean isValid = paperInput.validateInput(); if (isValid) { } else { paperInput.showValidationErrors(); } } }


上一篇:
下一篇:
切换中文