diff options
| author | dcw <d.white@imperial.ac.uk> | 2022-02-13 21:25:06 +0000 |
|---|---|---|
| committer | dcw <d.white@imperial.ac.uk> | 2022-02-13 21:25:06 +0000 |
| commit | 6b0e661e19aa6a283d65e4ba2ef3e093b92acd3e (patch) | |
| tree | 4ba92dc8f430ba87dbbfac36638429f58170683b /challenge-011 | |
| parent | a97d4e09626ce448a589af9e783d48cd7622e823 (diff) | |
| download | perlweeklychallenge-club-6b0e661e19aa6a283d65e4ba2ef3e093b92acd3e.tar.gz perlweeklychallenge-club-6b0e661e19aa6a283d65e4ba2ef3e093b92acd3e.tar.bz2 perlweeklychallenge-club-6b0e661e19aa6a283d65e4ba2ef3e093b92acd3e.zip | |
imported my solutions to this week's tasks (and imported a few historic improvements to code comments in earlier solutions of mine)
Diffstat (limited to 'challenge-011')
| -rw-r--r-- | challenge-011/duncan-c-white/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/challenge-011/duncan-c-white/README b/challenge-011/duncan-c-white/README index 3ff28fa716..c8e257df40 100644 --- a/challenge-011/duncan-c-white/README +++ b/challenge-011/duncan-c-white/README @@ -1,4 +1,6 @@ -Challenge 1: "Write a script that computes the equal point in the Fahrenheit and Celsius scales, knowing that the freezing point of water is 32 °F and 0 °C, and that the boiling point of water is 212 °F and 100 Â," +Challenge 1: "Write a script that computes the equal point in the +Fahrenheit and Celsius scales, knowing that the freezing point of water +is 32 F and 0 C, and that the boiling point of water is 212 F and 100 C" My notes: Isn't that just Maths? solve F = 9/5C + 32 for F==C? |
