Portfolio exercises for final year unit
A GUI which converts Fahrenheit to Celsius
A MyString class which calculates the frequency of letters in a string and generates a histogram based on this
A MyString class which calculates the frequency of letters in a string and generates a histogram based on this
Contains three functions:
-
Test if a number is prime
-
Generate sequence of prime numbers between two given numbers
-
Take two numbers and sum up to ten of the largest primes between them
Reads a text file and reports the following:
-
Total number of words in the file
-
Total number of top 20 most common English words in the file
-
Histogram of top 20 most common English words in the file