I keep getting an InputMismatchException even though all types are correct , what should ido?

后端 未结 0 1067
甜味超标
甜味超标 2020-12-04 05:59
import java.util.Scanner;

public class Messdaten {
    public static double temperaturInDurchschnitt(Scanner sc){
        int year= 0, month= 0 , day= 0;
        St         


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