Jul 26, 2024
String name = "Mitch").int age = 27).double pi = 3.14).bool isBeginner = true).+, -, *, /, %==, !=, >, <, >=, <=&& (and), || (or), ! (not)int add(int a, int b)).*List<int> numbers = [1, 2, 3]).Set<String> names = {'Mitch', 'Sharon'}).Map<String, int> user = {'age': 27, 'height': 180}).