Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJeremy Lee
Courses Plus Student 2,496 PointsNeed Assistance
I am not following what the ask is here. I did not leave the code because I not sure what the instructor is asking
<?php
$studentOneName = 'Dave';
$studentOneGPA = 3.8;
$studentTwoName = 'Treasure';
$studentTwoGPA = 4.0;
//Place your code below this comment
?>
1 Answer
Colin Sharkey
14,631 PointsHi Jeremy,
I'm not sure what the question is here so I won't be able to help you directly but I have found that if you copy and paste the full question into Google, it normally finds threads to other conversations on this question which can help explain question in more detail or provide so sample answer if your code is not working and you need to compare.
If that doesn't work for you paste the question here we can have explain it for you.
Timothy Grindall
7,843 PointsTimothy Grindall
7,843 PointsWhat are the instructions that came along with the code?