Toggle Menu
Welcome to SysML V2 Exam Prep Mastery
Adaptive Practice Session
Finish Quiz
Back to Home
Question 1
How would you define an attribute usage 'color' with an initial value of 'red'?
att color = 'red';
att color : String = 'red';
let color = 'red';
att color is 'red';
Get Hint
Report Question