homework:
all the practice exercises in ch 3
in formulas book, we finished ch 3.
maybe start reading ch 4
Thursday, September 22, 2011
Thursday, September 15, 2011
Tuesday, September 13, 2011
+ / * &
range operators
: - give me a range
, - give me union
space bar - give me the intersection
Function IsLess(A as string, B as string) as boolean
if a < b then
isless = true
else
IsLess = false
end if
End Function
1. take in the input
2. get its code
3. then add 32
4. then get its char
HW - not to collect, yet:
only perform this conversion when it is in the appropriate range. use char, code, if, and
range operators
: - give me a range
, - give me union
space bar - give me the intersection
Function IsLess(A as string, B as string) as boolean
if a < b then
isless = true
else
IsLess = false
end if
End Function
1. take in the input
2. get its code
3. then add 32
4. then get its char
HW - not to collect, yet:
only perform this conversion when it is in the appropriate range. use char, code, if, and
Tuesday, September 6, 2011
Thursday, September 1, 2011
Subscribe to:
Posts (Atom)