PowerShell - Variables and Data Types
Which of the following is the correct way to create a variable named
age with the value 30 in PowerShell?age with the value 30 in PowerShell?$ and assignment uses =.$age = 30, which is correct syntax for variable creation and assignment.$name = value [OK]$ in PowerShell [OK]$ before variable name15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions