Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

(tye)RE: What was your first program?

by tye (Sage)
on Nov 13, 2000 at 10:39 UTC ( [id://41268]=note: print w/replies, xml ) Need Help??


in reply to What was your first program?

My first program found the prime factorizations of numbers. I was taking an "intro to computers" course from the local college when I was in 7th grade. They didn't teach programming, but before long I found the source code (in BASIC) to one of the games and was able to understand enough that I tried programming before/after class. With my math background, I wasn't sure I could do, for example:

100 let x= x + 1
so I wrote the entire program without ever using the left-hand variable of an assignment on the right-hand side. The program ended up with two nearly identical halves with the flow of control alternating between them. It actually worked in the end, but it took me days to write it.

I also remember completely not understanding computers when I started that class:

Instructor: "We use programming languages to tell the computer what to do."
Me: "What if it says 'no'?"

        - tye (but my friends call me "Tye")

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://41268]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found