fadedgerman74585/pseudocode-generator · Write pseudocode that prompts the user to enter the names of two primary colors to mix. If the user enters anything other than “red,” “blue,” or “yellow,” the program should display an error message. Otherwise, the program should display the name of the secondary color that results.
A program needs to check if a person is eligible to vote based on the following conditions:
-the person must be 18 year or older
-if the person is 16 or 17, they can vote with parental consent
-if they are under 16, they are not allowed to vote