Should I use print “$a dollars” or “{$a} dollars” command to print out the value of dollars in this case?
Answer Posted / Rekha Rani Prajapati
Use `print {$a} dollars` to include the variable in the string.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers