arduino communicasting to pc screen

How would I program to arduino to send info to pc screen instead of lcd screen is it just a matter of changing program to tell where to send info and how do i do that please help when i mean pc screen i mean computer screen thanks

Send your output to the Serial port. You'll need something running on the PC, such as the Serial Monitor, to display the data.