Chapter 12: Problem 6
A friend of yours has written a function called common_name that takes two strings as input. The first is the one- or two-letter symbol for a chemical element, such as "He" or "Fe". The second is the two-letter international code for a language, such as "EN" (English) or "DE" (Deutsch, that is, German). You have been told that the function handles 106 elements and 26 languages. If you don't want to test every element with every language, then how many different inputs do you have to give it to feel confident that it works correctly? What assumptions are you making about those inputs in doing your calculation?
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.