Write a script that assigns the days of the week to an array named $Days[]. Use output statements to print:"The days of the week are:" along with the values in the $Days[] array. Following the output statements, reassign the values in the $days[] array with the names of the months of the year. Write a script using the round(), ceil(), and floor() functions to round a fraction up or down to the nearest whole number. Explore how these functions work and write a small program that demonstrates their usage in a practical way