Next month (July), will have the Jurassic July theme, which will feature the following languages:
- C
- C++
- Cobol
- Fortran
- VB.NET
As the first two have already been featured, we should focus on selecting exercises for the other tracks (Cobol, Fortran and VB.NET).
This is the list of the shared exercises for those three tracks, excluding hello-world
and any previously featured exercises (It is likely that we’ll need some exercises to be added):
exercise | cobol | fortran | vbnet |
---|---|---|---|
bob | |||
allergies | |||
armstrong-numbers | |||
high-scores | |||
perfect-numbers | |||
queen-attack | |||
reverse-string | |||
rna-transcription | |||
triangle | |||
accumulate | |||
all-your-base | |||
anagram | |||
atbash-cipher | |||
binary | |||
clock | |||
crypto-square | |||
darts | |||
grains | |||
luhn | |||
matrix | |||
nth-prime | |||
nucleotide-count | |||
phone-number | |||
rational-numbers | |||
resistor-color | |||
rotational-cipher | |||
scrabble-score | |||
square-root |
And this is the list including C and C++:
exercise | c | cpp | cobol | fortran | vbnet |
---|---|---|---|---|---|
bob | |||||
allergies | |||||
armstrong-numbers | |||||
queen-attack | |||||
rna-transcription | |||||
triangle | |||||
all-your-base | |||||
anagram | |||||
atbash-cipher | |||||
binary | |||||
clock | |||||
crypto-square | |||||
darts | |||||
grains | |||||
luhn | |||||
nth-prime | |||||
nucleotide-count | |||||
perfect-numbers | |||||
phone-number | |||||
reverse-string | |||||
scrabble-score | |||||
beer-song | |||||
binary-search-tree | |||||
circular-buffer | |||||
complex-numbers | |||||
gigasecond | |||||
grade-school | |||||
high-scores | |||||
meetup | |||||
pascals-triangle | |||||
prime-factors | |||||
rational-numbers | |||||
resistor-color | |||||
say | |||||
series | |||||
square-root | |||||
accumulate | |||||
bank-account | |||||
diamond | |||||
food-chain | |||||
hexadecimal | |||||
isbn-verifier | |||||
list-ops | |||||
matrix | |||||
minesweeper | |||||
palindrome-products | |||||
pig-latin | |||||
pythagorean-triplet | |||||
rail-fence-cipher | |||||
react | |||||
resistor-color-duo | |||||
resistor-color-trio | |||||
rotational-cipher | |||||
run-length-encoding | |||||
sublist | |||||
trinary | |||||
two-bucket | |||||
wordy |
Note: any missing VB.NET exercises should be relatively easy to add, as they can be forked from the C# track.