RosettaCodeData/Task/User-input-Text/PowerShell/user-input-text.psh

3 lines
79 B
Plaintext

$string = Read-Host "Input a string"
[int]$number = Read-Host "Input a number"