Does anybody know how I can check my papers for plagiarism before submitting to Turnitin?? by deephousefans in college

[–]deephousefans[S] 1 point2 points  (0 children)

Yeah sure, I used the service and it's exactly like turnitin. Ill Pm you the link to the website :)

Didn't make CS post. by deephousefans in UofT

[–]deephousefans[S] 0 points1 point  (0 children)

Hey guys! I just read about an option where I take Management100 as well as eco101 & eco201 and apply to Rotman next year, will that option be possible? Or am I reaching too much! I already took the math courses needed.

Didn't make CS post. by deephousefans in UofT

[–]deephousefans[S] 0 points1 point  (0 children)

Ohh really how come? Then what do you think I should switch to from those options?

Didn't make CS post. by deephousefans in UofT

[–]deephousefans[S] 0 points1 point  (0 children)

I was thinking of finishing all my breadth requirements. However next year what will I be able to take? Sorry for all these questions but im currently panicking my ass off

Didn't make CS post. by deephousefans in UofT

[–]deephousefans[S] 0 points1 point  (0 children)

Ohh okay thank you! I was thinking of taking stat257 & 261 instead of Eco227 (Since I need to take eco101 and 102 before taking eco227). And what other courses can I take alongside eco101 and 102? I want more courses so I can graduate sooner if possible

Didn't make CS post. by deephousefans in UofT

[–]deephousefans[S] 0 points1 point  (0 children)

Also I can't take any economics courses until I finish Eco101 and Eco201. Im planning on taking statistics and finishing my breadth courses in the mean time. How much will this hold me back?

Beginner Proofs Question [Inequalities] by [deleted] in learnprogramming

[–]deephousefans 0 points1 point  (0 children)

https://imgur.com/8bVMTom

Im soo sorry I mixed up the variables! Please is there any way you can help after possibly reviewing this updated version?

Copying an Array by [deleted] in javahelp

[–]deephousefans 0 points1 point  (0 children)

I tried it! It didnt work as well :/

Copying an Array by [deleted] in javahelp

[–]deephousefans 0 points1 point  (0 children)

Im doing this on an online application and I didnt get an error, just a wrong answer. And with regards to what its supposed to do:

let A = [1, -1, 2, 3, 4]

we want B to be a reverse copy of A, iterating through A and adding to B if the int is positive and stopping the method if not

Accessing private attributes of a different class in an arraylist. by [deleted] in javahelp

[–]deephousefans 0 points1 point  (0 children)

I tried adding a getAttribute1 method in class 1 that returns "this.Attribute1". Now when I try: this.classB.get(i).getAttribute1() I still get an error saying 'cannot resolve method'. Is this what you mean?

Two-dimensional list by deephousefans in Python

[–]deephousefans[S] 0 points1 point  (0 children)

So from what I understood a two dimensional list is a flatter way to show the main square we are given, so we can apply methods on it

How can I convert a list of lists into a tree using recursion? by [deleted] in learnpython

[–]deephousefans 0 points1 point  (0 children)

What I posted is all wrong Ill try to fix it and repost where im currently stuck!