This assignment will have the user enter three test scores and calculate the average of the three test scores.

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter6: Using Arrays
Section: Chapter Questions
Problem 8E: For each of the following exercises, you may choose to write a console-based or GUI application, or...
icon
Related questions
Question
100%

I need this built in Visual Studio 

Thank you

This assignment will have the user enter three test scores and calculate the average of
the three test scores.
Before you start this assignment you will need to know how to ask the user for
information and store it in variables.
You used the printf statement to display information to the user. You will use this
same statement to ask the user for information.
Example: printf("Please enter your grade for test 1: \n ");
To capture this information in Visual Studio you will need to use the scanf_s function
Example: scanf_s("%f",&test1);
You will need to submit your Pseudocde and screenshots of your code and output.
Transcribed Image Text:This assignment will have the user enter three test scores and calculate the average of the three test scores. Before you start this assignment you will need to know how to ask the user for information and store it in variables. You used the printf statement to display information to the user. You will use this same statement to ask the user for information. Example: printf("Please enter your grade for test 1: \n "); To capture this information in Visual Studio you will need to use the scanf_s function Example: scanf_s("%f",&test1); You will need to submit your Pseudocde and screenshots of your code and output.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

Hey I am doing the same assignment and was wondering what application to use and what I am missing in order to run this program in VS 2022. Could you direct me on what program to use and what i am missing? For when I use the code above, I cannot use any compiler in VS to run the program without the errors showing up.

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
ListBox
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,