NANDHOO.

Dart Fundamentals Quiz

Complete this assessment with 100% score to master this chapter.

01Which keyword is used to declare a variable whose value can be set only once and is determined at runtime?

02What is the correct way to include a variable 'name' inside a string in Dart?

03Which data type is used to store an ordered group of objects in Dart?

04Which of these is NOT a built-in type in Dart?

05What is the result of 'print(5 ~/ 2);' in Dart?