2 lines
79 B
PowerShell
2 lines
79 B
PowerShell
$string = Read-Host "Input a string"
|
|
[int]$number = Read-Host "Input a number"
|