clear [int] $n = Read-Host for ( $i = $n ; $i -gt 0 ; $i -- ) { for($j =0 ; $j -lt $i ; $j ++ ) { write-host "*" }}