Write a program with the following functions. functioni: Accepts 2 strings as arguments. returns true if the second string is a part of the first string
function2: Accepts 1 string as an argument. Returns the word ODD if a string contains an odd number
of letters, otherwise it returns the word EVEN

Solved
Show answers

Ask an AI advisor a question