Given two variables hasToner and hasPaper of type bool, that have been declared and given values, write a code block that will output "Need supplies" if either is not true, otherwise output "Printing...". In either case, end with a newline.