Initial commit
This commit is contained in:
12
testclass/AdvancedTest.java
Normal file
12
testclass/AdvancedTest.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package testclass;
|
||||
|
||||
public class AdvancedTest {
|
||||
public static void Main(String[] args) throws Exception{
|
||||
char c = (char) System.in.read();
|
||||
if (c == 'a') {
|
||||
System.out.println("Is a");
|
||||
} else {
|
||||
System.out.println("Is not a");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user