This is a Repository for UVM CS 2300 Advanced Programming class. The goal of this class is to explore pull request and issues in a group on a single repository.
Datetime_convert Take a date string and convert it to the format MM/DD/YYYY HH:MM:SS
Even_odd_site Create an html page with two columns where one column is all the odd numbers from 1-50 and the other column is the even numbers from 1-50 and return the html
Remove_duplicates Removed all duplicate numbers in an array and return the original array, the unique numbers in the array and the removed numbers
Rgb_to_hex Take the color values in RGB (0-255 for red, green, blue) and convert to a hexadecimal format (#and six hexadecimals)
Sum_even_fibonacci Sum all the even fibonacci numbers that are below 4,000,000
Description A clear and concise description of what the issue/bug is.
Steps to Reproduce
Expected Behavior A clear and concise description of what you expected to happen.
Actual Behavior A clear and concise description of what actually happened.
Screenshots If applicable, add screenshots to help explain the issue/bug.
Additional Information
Possible Solution If you have any suggestions for a possible solution, please include them here.
Related Issues Are there any related issues? If so, please link to them here.
Priority How critical is this issue/bug? Low, medium, or high priority?
Reproducibility How often can this issue/bug be reproduced? Always, sometimes, or random?
Impact What is the impact of this issue/bug? Low, medium, or high?