December 2020

Write a recursive function that determines whether or not a word can be spelled using only element symbols.

Write a recursive function that determines whether or not a word can be spelled using only element symbols. [ad_1] Each chemical element has a standard symbol that is one, two or three letters long. One game that some people like to play is to determine whether or not a word can be spelled using only […]

Write a recursive function that determines whether or not a word can be spelled using only element symbols. Read More »

Create a program that determines whether or not it is possible to construct a particular total using a specific number of coins.

Create a program that determines whether or not it is possible to construct a particular total using a specific number of coins. [ad_1] Create a program that determines whether or not it is possible to construct a particular total using a specific number of coins. For example, it is possible to have a total of

Create a program that determines whether or not it is possible to construct a particular total using a specific number of coins. Read More »

Write a main program that reads a string from the user and uses your recursive function to determine whether or not it is a palindrome.

Write a main program that reads a string from the user and uses your recursive function to determine whether or not it is a palindrome. [ad_1] The notion of a palindrome was introduced previously in Exercise 75. In this exercise you will write a recursive function that determines whether or not a string is a

Write a main program that reads a string from the user and uses your recursive function to determine whether or not it is a palindrome. Read More »

Create a recursive function that converts a Roman numeral to an integer.

Create a recursive function that converts a Roman numeral to an integer. [ad_1] As the name implies, Roman numerals were developed in ancient Rome. Even after the Roman empire fell, its numerals continued to be widely used in Europe until the late middle ages, and its numerals are still used in limited circumstances today. Roman

Create a recursive function that converts a Roman numeral to an integer. Read More »

Scroll to Top