```
#!/usr/local/bin/python3
foo = float( input( "Enter a number: " ) )
if( foo < 0.0 ):
print( "negative" )
elif( foo > 0.0 ):
print( "positive" )
else
print( "zero" )
exit( 0 )
```
Answer:
A, C, and D I believe.
Explanation:
I'm in the same class as you lol
Answer:
<h2 /><h2>Pseudocode</h2>
<h3>Advantages of Pseudocode:</h3>
- Easier to translate into a high level programming language
- No pressure of syntax (grammar) of the coding
- Partially resembles standard English so it's easier for programmers to understand
<h3>Disadvantages of Pseudocode:</h3>
- Can't immediately spot errors in coding such as logic errors
- Runtime errors don't exist in Pseudocode
<h2>Flowcharts</h2><h3 /><h3>Advantages of Flowcharts</h3>
- Focuses on the logic of the program
- Displays the manipulation (and flow) of data easily
<h3>Disadvantages of Flowcharts</h3>
- Not ideal for big programs (only for subprograms)
- Shapes may not be clear or obvious to what they are in terms of their functions
Ichabod Crane is terrified of the headless horsemen
They learned the earth was much older than they had previously thought.
Gradual processes changed the earth's surface.
Fossils could tell the age they came from.