#!/usr/bin/sh

echo "enter 3 planet names:\c"
read Y
if [ "$#" -le 3 ]
	then "print good job"
	else "that's not 3 stuff"
	fi

