This question already has an answer here: Variable might not have been initialized in an if/else if statement 1 answer // Exer13, i need help =__+ im beggin ^^ import java.util.Scanner; public class Exer13_FinalGradeEquivalent { public static void main (String args []) { Scanner datain=new Scanner(System.in); int finalGrade; System.out.print("Enter the final grade: "); finalGrade=datain.nextInt(); String […]
The post uhh there is an error here and i dont know why [duplicate] appeared first on BlogoSfera.