RosettaCodeData/Task/User-input-Text/PowerShell/user-input-text.ps1
2026-04-30 12:34:36 -04:00

2 lines
79 B
PowerShell

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