Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create the following flowcharts with Visio. Clearly label each flowchart and make sure your name is on everything submitted. Follow the standards for flowcharts presented

image text in transcribed

Create the following flowcharts with Visio. Clearly label each flowchart and make sure your name is on everything submitted. Follow the standards for flowcharts presented in class. Marks will be deducted when you do not solve a request in the question, or if something does not logically make sense for your algorithm. For example, if you use the wrong symbol, etc. a. Draw a flowchart to represent a number guessing game. When the program starts it picks a random "secret" number between 110. The user is then able to input a guess between 1 10. If the number entered by the user matches the "secret" number then display the message "Matched", otherwise display "Not matched, guess again". [4 points] b. Draw a flowchart to represent a program that allows the user to input a letter and if the letter matches a vowel, (A, E,I,O,U), display "Letter is a vowel", otherwise display "Letter is not a vowel". [4 points] c. Draw a flowchart to represent a program that allows the user to enter what country they were born in. If the entry matches the list of countries previously entered display "Existing country", otherwise display "New entry". [4 points] Part 2: Create a C\# console application that will perform the tasks noted below. Points will be deducted for missed standards. [13 points] - Display the assignment name, your name, your email, and your programming experience on separate lines. - Ask the user to enter a temperature in Fahrenheit. - Retrieve the input and store it in a variable. - Convert the temperature to Celsius and store the result in a variable. - Output the result as per the example given in the sample output below

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions