I wrote the following for exercise 3/12:
public class DataTypes {
public static void main(String[] args) {
System.out.println(true);
}
}
But it says: "Did you type `true` or `false` within the parentheses? You don't need quotes."
My first line reads:
public class DataTypesB {
is it possible that you deleted the B
at the end of DataTypes
?
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.