Which Bash command both displays Enter a number: and stores the response in num?
Enter a number:
num
echo "Enter a number: " num
test "Enter a number: " num
chmod +x num
read -p "Enter a number: " num