RosettaCodeData/Task/User-input-Text/PowerShell/user-input-text.psh
2023-07-01 13:44:08 -04:00

2 lines
79 B
Text

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