Please i need a 20-50 line code program for a final
engconceptsgeek
Posts: 7
I need a 20-50 line code program that completes some kind of task (car door alarm for example) using one but not limited to infra red sensors, led lights, whiskers, or photoresistors. Just type it out for me
Comments
learn var word
you con man
ir var bit
knowledge=good
cheat=bad
school: for you to learn step forward
for you to help
if ir=good then learn=1
if (work.NOT.yourown) then LOW you
if knowledge=cheat then goto jail
goto school
next
jail:stop:end
@engconceptsgeek: Pay no attention to these naysayers. I'll do it for free and send it straight to your prof to save you the trouble. What's his name and email address?
That will free you up to find people to do your other finals for you.
pulsout 13 program that incorporates whiskers or photoresistors?
It always helps to insult those from whom you are asking a favor.
We don't help you because we do not, as a forum, condone cheating. Asking for someone else to do your final for you is cheating, and all of us here on the forum have gotten to where we are now by hard work and dedicated effort. It grates on our nerves to see somebody insult us, command us to do something, and not even use decent English.
I hope that failure will teach you something.
You are asking us to do something for the sake of helping you that causes us a moral conflict as a group. We won't. If you are mature enough for an AP program, then you should be mature enough to grow through adversity and failure.
Best of luck in your six other finals!
Spend half an hour with the manuals on your board, and you'll have no problem at all writing your program. And, it may just surprise you how much you actually enjoy the process.
You are too funny! Your examples are great. I wonder if this guy actually tried to compile any of the the code you posted [laughing].
The sad thing is that this guy probably did find someone to do his work for him. There are so many cheaters in the world - it makes me sick.
Great work!
Paul
Hey! I've compiled (or synthesized or assembled or ran through the interpreter as appropriate) each of those programs. They work, 100% guaranteed!
The greatest reward of cheating is ignorance, and ignorance is bliss. This guy is simply seeking happiness
To charge a battery very quickly, you simply connect the negative terminal to the positive terminal. It won't take long, trust me
Bruce
The best part is that the company doesn't care, the cheaters are a statistical variance that they can tolerate.
It's like voting, the same "security", none, to keep it all "accessible".
I saw your program and thought it was great. I made some modiciations - you might want to make sure it compiles before we send it to engconceptsgeek. I think this may help out engconceptsgeek with his problem - ok, I felt sorry for him.
' {$STAMP BS2}
' {$PBASIC 2.5}
' { PORT COM1}
DATA @0, "Program: ", "<TILE OF YOUR PROGRAM HERE>", 0
DATA " Date: ", "<ENTER DATE HERE>", 0
DATA " By: ", "<YOUR NAME HERE>", 0
DATA "!jt!b!MPTFS/" ' Initialization string
GOOD CON 1
BAD CON 0
OK CON GOOD
man CON GOOD
learn CON GOOD
cheat CON BAD
you VAR Bit
ask VAR Bit
yourown VAR Bit
help VAR Nib
forward VAR Byte
work VAR Word
knowledge VAR Word
forward = GOOD
knowledge = GOOD
help = OK
yourown = GOOD
work = 0
school: FOR you = man TO learn STEP forward
FOR you = ask TO help STEP GOOD
IF work = yourown THEN you = learn
IF NOT yourown = work THEN you = cheat
IF you = cheat THEN GOTO jail
GOTO school
NEXT
NEXT
jail: GOSUB jail1 : STOP : END
jail1:
work = 0
help = 0
booked1:
READ work, forward
work = work + 1
IF forward = 0 THEN GOTO booked2
DEBUG forward
GOTO booked1
booked2:
DEBUG CR
help = help + 1
IF (help = 2) THEN
DEBUG CR, CR, " "
GOTO committed
ENDIF
GOTO booked1
committed:
work = work + 9
FOR work = work TO 65535
READ work, forward
IF forward = 60 THEN
DEBUG "Author's name was not entered in source code <YOUR NAME HERE> Example: DATA ", 34, " By: ", 34, ", ", 34, "John Smith", 34
GOTO booked4
ENDIF
IF forward = 0 THEN GOTO booked3
DEBUG forward
NEXT
booked3:
work = work + 1
FOR work = work TO 65535
READ work, forward
IF forward = 47 THEN GOTO booked4
DEBUG (forward - 1)
NEXT
booked4:
RETURN
'
' End of Program.
'
Gee, I thought that was how to DIScharge a battery quickly. Or start a fire quickly, especially if you use 0000 steel wool. (Yes, it works. Wanna see my scorched fingertips? )
--Rich