From 85b66f8e64576ec3a17066bb1b920a5cd02a30c2 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 23 Jun 2021 14:48:30 +0200 Subject: problem 73 in julia --- julia/073-counting_fractions_in_a_range.jl | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 julia/073-counting_fractions_in_a_range.jl (limited to 'julia') diff --git a/julia/073-counting_fractions_in_a_range.jl b/julia/073-counting_fractions_in_a_range.jl new file mode 100644 index 0000000..5ec6c21 --- /dev/null +++ b/julia/073-counting_fractions_in_a_range.jl @@ -0,0 +1,33 @@ +### +# Counting fractions in a range +# Problem 73 +# +# Consider the fraction, n/d, where n and d are positive integers. If n