Search Results

Searching for: of

Individual Exercises

0 / 50

Return an array that contains the exact same numbers as the given array, but rearranged so that all the zeros are grouped at the start of...

0 / 50

Given a day number (1-7), return the day of the week ("Sunday", "Monday", etc.). If an invalid day number is provided, return "Invalid".

...
0 / 50

Given two integers size and num, return an array that can hold size integers and is filled with multiples of num, starting with num. For...

0 / 10

Complete the function getArraySize() so that it returns the size of the array passed in as an argument into the function. You cannot use...

0 / 50

Complete the function using a switch statement so that the variable am_pm is assigned the value 'A' if hour corresponds with any hour...