This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by patel17
almost 11 years

Code Needed

I have been working on this for almost for 2 weeks and and I’m still not able to figure out the problem.

Answer 523f011b548c35643a0077b8

4 votes

Permalink

points
Submitted by msevillab
over 10 years

Answer 52e6791780ff33d68e000096

1 vote

Permalink

points
Submitted by Matias Nürnberg
about 10 years

2 comments

Matias Nürnberg about 10 years
Adamace about 10 years

your opening

Answer 52fbb9387c82caec1d003626

1 vote

Permalink

There must be hidden artifacts (a bug) within the white spaces. Matias Nürnberg is right, but use the following line:

<?php class ClassPerson { } $me = new Person(); ?>
points
Submitted by Tudor Sfatosu (2)
about 10 years

3 comments

Adamace about 10 years

it pass but ur code is wrong look at your class ClassPerson, its not equal to a new Person

Tudor Sfatosu (2) about 10 years

I used to go from one lesson to another and then compile it again, and it worked… there is something behind…

Thank you Adamace

Adamace about 10 years

np

Answer 517f9a52a704eb742b002e2d

0 votes

Permalink

points
Submitted by theminecrafter
almost 11 years

6 comments

patel17 almost 11 years

Thanks

Alejandro Baez almost 11 years

I need to know why I keep getting an error, I have the same code?

theminecrafter almost 11 years

Sometimes you just need to press F5 and then try again.

shadowwaveseven almost 11 years

You forgot }

Nick Samuel over 10 years

No way you worked on it for 2 weeks…

Tripleb over 10 years

$me = new Person() cannot be inside the class..