Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Giving 2 Paypal $ for doing my homework..
Goto page 1, 2, 3  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam
View previous topic :: View next topic  
Author Message
zaczac
Master Cheater
Reputation: 0

Joined: 01 May 2007
Posts: 266
Location: Ontario, Canada

PostPosted: Tue Apr 13, 2010 2:36 pm    Post subject: Giving 2 Paypal $ for doing my homework.. This post has 1 review(s) Reply with quote

2$ USD for anyone who wants to do my java programming homework...
We use ready to program java and Its due tomorrow (April 14th)

Write Classes and methods to:
Accept a sequence of three numbers from a user in one string
Break the string into 3 number variables (if possible)
verify that only three valid numbers were entered;
determine weather the sequence is linear, exponential, fibonacci or none of these sequence types; display all six numbers.

Example 1
Input
Enter a sequence of three numbers such as:"1 2 3" enter

Output
Input "1,2,3
The sequence is linear. The next three terms are : 4,5,6.
The sequence is fibonacci. The next three terms are 5,8,13.
The sequence is not exponential.
Back to top
View user's profile Send private message
The Fish
Expert Cheater
Reputation: 3

Joined: 11 Aug 2008
Posts: 114
Location: Ohio bitch

PostPosted: Tue Apr 13, 2010 2:38 pm    Post subject: Reply with quote

Wow! 2 whole dollars!
_________________
It was nice while it lasted.
Back to top
View user's profile Send private message
Phox
I post too much
Reputation: 110

Joined: 11 Nov 2008
Posts: 2034

PostPosted: Tue Apr 13, 2010 2:40 pm    Post subject: Reply with quote

If this was something I could actually do, I would charge at least 5 bucks.
Back to top
View user's profile Send private message
zaczac
Master Cheater
Reputation: 0

Joined: 01 May 2007
Posts: 266
Location: Ontario, Canada

PostPosted: Tue Apr 13, 2010 2:41 pm    Post subject: Reply with quote

hmm 5$ possibly Rolling Eyes
Back to top
View user's profile Send private message
Saric
Advanced Cheater
Reputation: 20

Joined: 20 Jul 2008
Posts: 61
Location: Somewhere. Over teh rainbow.

PostPosted: Tue Apr 13, 2010 2:49 pm    Post subject: Reply with quote

zaczac wrote:
hmm 5$ possibly Rolling Eyes

Stop being lazy and do it yourself.
Back to top
View user's profile Send private message
[/quote]Effect
How do I cheat?
Reputation: -1

Joined: 17 Jul 2010
Posts: 0

PostPosted: Tue Apr 13, 2010 2:51 pm    Post subject: Reply with quote

Good thing you are taking a class in which you will end up learning nothing, and only lose money because you are too lazy to do the homework yourself.
Back to top
View user's profile Send private message MSN Messenger
zaczac
Master Cheater
Reputation: 0

Joined: 01 May 2007
Posts: 266
Location: Ontario, Canada

PostPosted: Tue Apr 13, 2010 2:56 pm    Post subject: Reply with quote

Highschool class, its useless the teacher spent 2 months trying to teach the class how to get input from the keyboard...most of the students don't even show up in the class. I only took it because I needed one more credit to graduate...besides programming just isn't my thing Confused
Back to top
View user's profile Send private message
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Tue Apr 13, 2010 2:57 pm    Post subject: Reply with quote

I'd do it for 5$, pay first
Back to top
View user's profile Send private message
Saric
Advanced Cheater
Reputation: 20

Joined: 20 Jul 2008
Posts: 61
Location: Somewhere. Over teh rainbow.

PostPosted: Tue Apr 13, 2010 3:05 pm    Post subject: Reply with quote

zaczac wrote:
Highschool class, its useless the teacher spent 2 months trying to teach the class how to get input from the keyboard...most of the students don't even show up in the class. I only took it because I needed one more credit to graduate...besides programming just isn't my thing Confused

Then learn.
Back to top
View user's profile Send private message
zaczac
Master Cheater
Reputation: 0

Joined: 01 May 2007
Posts: 266
Location: Ontario, Canada

PostPosted: Tue Apr 13, 2010 3:07 pm    Post subject: Reply with quote

I have no use for programming actually find it quite boring..Just not something I want to learn.
Back to top
View user's profile Send private message
Saric
Advanced Cheater
Reputation: 20

Joined: 20 Jul 2008
Posts: 61
Location: Somewhere. Over teh rainbow.

PostPosted: Tue Apr 13, 2010 3:10 pm    Post subject: Reply with quote

zaczac wrote:
I have no use for programming actually find it quite boring..Just not something I want to learn.

Then don't come crying into random spam asking for help.
Back to top
View user's profile Send private message
-J-
Master Cheater
Reputation: 1

Joined: 27 Jan 2008
Posts: 321

PostPosted: Tue Apr 13, 2010 3:12 pm    Post subject: Reply with quote

Saric wrote:
zaczac wrote:
I have no use for programming actually find it quite boring..Just not something I want to learn.

Then don't come crying into random spam asking for help.

He was offering money for it, Also it's called RANDOM SPAM, he can post anything he pleases to.

_________________

Back to top
View user's profile Send private message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Tue Apr 13, 2010 3:15 pm    Post subject: Reply with quote

I'll give you the algorithms and you make the programming :/

Example 1
Input
Enter a sequence of three numbers such as:"1 2 3" enter

Output
Input "1,2,3
The sequence is linear. The next three terms are : 4,5,6.
The sequence is fibonacci. The next three terms are 5,8,13.
The sequence is not exponential.

1 2 3
make them be valiables

a b c
a is the first input
b is the second
c is the third

Linear:
if b - a = c - b it is linear
next 3 terms:
(b-a) + c , 2(b-a) + c, 3(b-a) + c

Fibonacci:
if a+b=c it is Fibonacci
next 3 terms:
(b+c), b+2c, 2b+3c

Exponential:

if b/a = c/b it is exponential

next 3 terms:
b/a(c), (b/a)^2(c), (b/a)^3(c)
Back to top
View user's profile Send private message MSN Messenger
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Tue Apr 13, 2010 3:34 pm    Post subject: Reply with quote

lol algorithms. This is a 5 minute assignment. 5$, take it or leave it Neutral
Back to top
View user's profile Send private message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Tue Apr 13, 2010 3:35 pm    Post subject: Reply with quote

lol with the algorithms its just a minute thing to write down it in code :/

let him do his homework.
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam All times are GMT - 6 Hours
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites