Answered step by step
Verified Expert Solution
Question
1 Approved Answer
its a processing software program. Name of software is processing. The language is also named processing. Q1: Riddle Your Riddle assignment: In Question 1, you
its a processing software program.
Name of software is processing. The language is also named processing.
Q1: Riddle Your Riddle assignment: In Question 1, you will implement a very simple and basic Riddle program. The program starts by showing a series of words (set in a constant at the top of the program) on the screen. Then the user is prompted to enter an answer in a dialog box. Finally, the program determines whether the entry matches the hidden answer or not. Here are the rules for the riddle: I AM There needs to be a first line to introduce the riddle, such as "I am:", "The thief had, or something else. There needs to be an end line to close the Riddle such as JOVIAL OBSERVANT NEAT YOUTHFUL BRAVE - Who am I?", "Who is the thief?", "Where is the thief?", etc There should multiple words compromising the riddle (minimum 4, preferably more) These words should be declared in a single String constant at the top of the program, each word should be separated by a comma and a space - To make it easy for the user to read the words, make all the WHO AM 1? Answer words printed on the screen are upper case, even if they are not upper case in the constants The words should be centered on the X axis, no matter their ridle uing the abote rules. The anuwer length, with a box behind them as highlighting: you may choose the colours yourself. You will need to use a loop You need to store a hidden answer based on the words, the answer will be a String made consisting of all the first letters of the words lustration 1: Figure I shows an exampl case would be JONYB - Q1: Riddle Your Riddle assignment: In Question 1, you will implement a very simple and basic Riddle program. The program starts by showing a series of words (set in a constant at the top of the program) on the screen. Then the user is prompted to enter an answer in a dialog box. Finally, the program determines whether the entry matches the hidden answer or not. Here are the rules for the riddle: I AM There needs to be a first line to introduce the riddle, such as "I am:", "The thief had, or something else. There needs to be an end line to close the Riddle such as JOVIAL OBSERVANT NEAT YOUTHFUL BRAVE - Who am I?", "Who is the thief?", "Where is the thief?", etc There should multiple words compromising the riddle (minimum 4, preferably more) These words should be declared in a single String constant at the top of the program, each word should be separated by a comma and a space - To make it easy for the user to read the words, make all the WHO AM 1? Answer words printed on the screen are upper case, even if they are not upper case in the constants The words should be centered on the X axis, no matter their ridle uing the abote rules. The anuwer length, with a box behind them as highlighting: you may choose the colours yourself. You will need to use a loop You need to store a hidden answer based on the words, the answer will be a String made consisting of all the first letters of the words lustration 1: Figure I shows an exampl case would be JONYBStep by Step Solution
There are 3 Steps involved in it
Step: 1
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
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started