Search Results

Searching for: O

Individual Exercises

0 / 50

Write a function in C++ called 'factorial' that will take a positive integer as input and returns its factorial. In math, a factorial is...

0 / 50

Write a function in Ruby called 'factorial()' that will take a positive integer as input and returns its factorial as output. backwards.

...
0 / 10

Write a function that returns true if a is even, false otherwise. Just for practice, you must use an if statement.

0 / 10

This method takes an array of integers as its parameters and returns nothing. The method moves each element in the array to the right by...

0 / 20

This method takes an array of integers as a parameter. It returns true if the elements in the array are unique, false otherwise. For...

0 / 5

Complete this method to produce the following output:

Every java programmer must understand the difference between a System.out.print...

0 / 10

This method takes an integer array as a parameter and returns true if the array includes an odd integer; otherwise, the method returns...