dart concat string and int code example Example: dart concat string and int void main() { int num = 5; print("The number is $num"); }