Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a class diagram made from the C# code. Here are photos of my current code. Visual Studio Community File Edit View Search Project Build

Create a "class diagram" made from the C# code.

Here are photos of my current code.

image text in transcribedimage text in transcribedimage text in transcribed

Visual Studio Community File Edit View Search Project Build Run Version Control Tools Window Help DebugDefault Visual Studio Community 2017 for Mac Unit Tests Program.cs ProgramM. Main(stringl args) using System; namespace MOD4._2 4. class Program static void Main(string[] args) string [ questions "Is a rainbow an arch of color?" "Is a rainbow caused by reflaction of Light?", "what is the darivative of rainbow's refraction?", "How many colors are typically associated with rainbow?", "Is there such thing as a double rainbow?", "Where are rainbow Located?", "What Initiliasm associates themselves with rainbows?", "There is a Rainbow Road level in what vadio game?", "Is the color Blak ever included in raibows?", "What may you find at the end of the rainbow?" 10 12 13 14 15 16 17 18 19 20 21 string[] answerChoice 23 24 25 26 27 28 29 30 31 32 "Yes,No", "Yes,No", "Rain or water, Grass, people,0ther Rainbow", "7,5,12,6", "Yes,No", "North, South, No Specific Location,Along the equator", "LGBTQ, FBI,NFL, NASA", "Donkey Kong,Mega Man,Mario Kart,Final Fanytasy", "Yes,No", "Trash,Your House, YMCA, Pot of Gold" string[ rightAnswer "Yes","Yes", "Rain or water", "7", "Yes", "No Specific Location", "LGBTQ", "Mario Kart", "No", "Pot of Gold" 34 35 36 37 38 39 40 41 42 43 Console.WriteLine("Simple Quiz Outline."); Console.WriteLine ("Your name here?"); var nameConsole. ReadLine) Console.WriteLine("What is the course?"); var course-Console.ReadLine); Console.WriteLine("What is today's date?") var date Console. ReadLine) var count = 10 var round = 0; //K is used for how many times we want to repeat the questions Visual Studio Community File Edit View Search Project Build Run Version Control Tools Window ODebugDefault Visual Studio Community 2017 for Mac Unit Tests Program.cs Program Main(string[] args) 43 var round0 //K is used for how many times we want to repeat the questions while (true) 45 46 47 48 49 50 51 52 53 54 var correct-0; round++; for (inti-0; i

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Inductive Databases And Constraint Based Data Mining

Authors: Saso Dzeroski ,Bart Goethals ,Pance Panov

2010th Edition

ISBN: 1489982175, 978-1489982179

More Books

Students also viewed these Databases questions

Question

Write short notes on Interviews.

Answered: 1 week ago