Two or More PIN set to HIGH?

how to set 2 or more pinMode set to HIGH?

pinMode doesn't set them to HIGH, it sets them to INPUT or OUTPUT.

If you wan't to set more than one pin to HIGH, then you need more than one line of digitalWrite().

i am a little bit confuse. because i am new to this one.. i previously using Pentium 3 and pentium PC using Printer I/O but its hard to find those one so i shift to your ATMEGA328
can you give me atleast one detailed example please? because i have robotic project to U.K. and i need to finish this Sample to them.. thanks in advance..

Have you looked at any of the examples provided with the IDE?