User: brownflower

  • Public profile

User profile: brownflower

User info
User name:brownflower
History
Joined:
Number of posts:5
Latest posts:

Error Checking
shouldn't line 29 be F = getfarenheit(); instead of just getfarenheit();? Same for the celsius fun...

Problem inserting the break statement in a do while loop.
Remove the OR operator from your variable assignment. But also i'm just randomly guessing at your p...

Question about count/for loop
You're attempting to use the same variable for all three outcomes. You also need to increment count ...

Fiboccani Series.
You can also solve this recursively. Consider the following function. [code] unsigned long fibonacc...

Illegal else without matching if?
Remove the semicolon at the end of your else if statements on lines 30 and 35.

This user does not accept Private Messages