|
|
|
|
This sample prints a sequence of integers one greater than those in an input array.
Updated:
04/06/09
|
|
|
|
|
|
|
|
This sample prints an alphabetically sorted version of an input string array
Updated:
04/06/09
|
|
|
|
|
|
|
|
This sample uses group by to partition a list of numbers by their remainder when divided by 5
Updated:
04/06/09
|
|
|
|
|
|
|
|
This sample prints the prime factors of the number 300. The This sample creates a sequence of unique factors by using the Distinct method on the integer array of factors to remove duplicates.
Updated:
04/06/09
|
|
|
|
|
|
|
|
Prints out all products which are out of stock
Updated:
05/08/09
|
|
|
|
|
|
|
|
Prints out all products which cost more than 3.0
Updated:
05/08/09
|
|
|
|
|
|
|
|
Prints out all customers from Washington and their orders
Updated:
05/08/09
|
|
|
|
|
|
|
|
Prints out all numbers who's name is shorter than it's value
Updated:
05/08/09
|
|
|
|
|
|
|
|
Prints out all of the products' names
Updated:
05/08/09
|
|
|
|
|
|
|
|
Prints the name of each number in an integer array by indexing into a second array that contains the names
Updated:
05/08/09
|
|
|
|
|
|