void main() { var base = 30; var height = 35; var area = base * height / 2; print('TerĂ¼let: $area'); }