Forum: Community Introductions Mar 16th, 2005 |
| Replies: 3 Views: 2,036 Silly question, but what is a "parsec"?[/QUOTE]
Well it is about equal to 3.258 light-years, 3.086 × 1013 kilometers, or 1.918 × 1013 miles. I guess the "a little less then a parsec" joke didn't... |
Forum: Community Introductions Mar 16th, 2005 |
| Replies: 3 Views: 2,036 Program(input,output)
var
yourname:string;
x:integer;
Begin
writeln('Please enter your name');
readln(yourname);
writeln('Hello ' ,yourname,' I am a beginner programmer, new to this forum but... |