Question
A designer is trying to create a new pattern of five stripes using three colors. These colors and their codes are mentioned in the table
A designer is trying to create a new pattern of five stripes using three colors. These colors and their codes are mentioned in the table below.
Color | Character Code |
Red | R |
Green | G |
Blue | B |
The designer has to keep in mind that no two adjacent stripes are of the same color. For example, RRGBR is an invalid pattern, but RGBRB is valid.
Write a program that accepts a sequence of five colors as input from the designer to form the pattern. At each selection the designer makes, the program should check if the input is from among the available set of colors. Also, the program should check that adjacent colors are not the same. At the end, the program should display the final stripe pattern created.
Step by Step Solution
3.53 Rating (150 Votes )
There are 3 Steps involved in it
Step: 1
package solutioninn import javaioBufferedReader import javaioIOException import javaioInputSt...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Document Format ( 2 attachments)
609ae3a906038_31094.pdf
180 KBs PDF File
609ae3a906038_31094.docx
120 KBs Word File
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started