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