// This is the unfinished code snippet. To fix the errors, // follow the notebook steps! public class DataTypes { public static void main(String[] args){ 21; // can't just write it like this! 85.5; // you'll get errors! } }