1,3,5,7,9,11,13,15
Here is the code i have so far,
#!/usr/local/bin/php -q
<?php
//phpset3_1.php
require ("phpio");
$count = 1;
print("\n ");
print ("enter a number : ");
$count = input();
while ($count <=$)
{
print("\n ");
print ($count);
$count = $count +2;
}
print("\n\n");
?>
Anyone tell me what ive done wrong and how to fix it. Much appreciated if you can


Sign In
Create Account


Back to top









