Assignment2 GroupD
Assignment2 GroupD
Overview
This assignment is a collection of Go functions, each demonstrating different basic functionalities in Go
programming by group members of Group D. The project includes functions for checking if a number is
even or odd, converting Celsius to Fahrenheit, sorting an array, reversing a string, finding the greatest of
three numbers, calculating the cube of a number, calculating the quotient and remainder of two numbers,
checking if a number is prime and checking if a given year is a leap year. Each function has been
contributed by each member of the group.
How to Run
To run this project, you must have Go installed on your system. Follow these steps:
1. Clone or download the project to your local machine.
2. Open a terminal and navigate to the project directory.
3. Run the command `go run main.go`
4. Follow the on-screen prompts to interact with the different functionalities.
Functions: