Skip to content

Instantly share code, notes, and snippets.

View ShoeBoom's full-sized avatar
🐣

ShoeBoom

🐣
View GitHub Profile
@ShoeBoom
ShoeBoom / test.java
Created May 29, 2018 21:58
Why does it say variable not initialized on line 28
import java.util.Scanner;
public class test {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int input;
boolean IsTwo;
boolean valid;