I am trying to check an input against values in an array, the code runs however any input i put in comes out with the wrong statement

前端 未结 0 1392
执笔经年
执笔经年 2021-01-12 00:45
import java.util.Scanner;
public class App {
public static Scanner scan = new Scanner(System.in);
    public static void main(String[] args) {
        boolean Found          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题