Difference between revisions of "Comparison operators assignment"

From WLCS
(Created page with "'''Directions:''' # Open a text editor (Applications->Accessories->gEdit Text Editor) # Put your name at the top # Save the file as YOURLASTNAME_comparison.txt # Complete the exe...")
 
Line 10: Line 10:
  
 
'''Exercises:'''
 
'''Exercises:'''
#  
+
* Evaluate the following comparisons as True or False
 +
Assume x = 2 and y = 4
 +
# x > 2
 +
# y <= x
 +
 
  
 
'''Submit:'''
 
'''Submit:'''
 
* Submit the file to [http://wlhs.schoolweblockers.com/ School Web Lockers]
 
* Submit the file to [http://wlhs.schoolweblockers.com/ School Web Lockers]

Revision as of 12:13, 20 October 2010

Directions:

  1. Open a text editor (Applications->Accessories->gEdit Text Editor)
  2. Put your name at the top
  3. Save the file as YOURLASTNAME_comparison.txt
  4. Complete the exercises below in this file. If you use DrPython, then be sure to copy your code back into this file
  5. Be sure to number each of your answers!!

References:

Exercises:

  • Evaluate the following comparisons as True or False

Assume x = 2 and y = 4

  1. x > 2
  2. y <= x


Submit: