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 trial

PHP PHP Basics Daily Exercise Program Conditionals

Need 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

index.php
<?php
$studentOneName = 'Dave';
$studentOneGPA = 3.8;

$studentTwoName = 'Treasure';
$studentTwoGPA = 4.0;

//Place your code below this comment




?>
Timothy Grindall
Timothy Grindall
7,843 Points

What are the instructions that came along with the code?

1 Answer

Colin Sharkey
Colin Sharkey
14,631 Points

Hi 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.