Hi,
puts("enter last name, first name, id# separated");//line1
puts("by spaces, then press enter."); //line2
Can I combine these 2 puts() into 1. For example
puts("enter last name, first name, id# separated //line1
by spaces, then press enter."); // line2
I know my example doesn't work, but just to give you an idea of what I want.
Thanks in advance.
puts("enter last name, first name, id# separated");//line1
puts("by spaces, then press enter."); //line2
Can I combine these 2 puts() into 1. For example
puts("enter last name, first name, id# separated //line1
by spaces, then press enter."); // line2
I know my example doesn't work, but just to give you an idea of what I want.
Thanks in advance.