Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this assignment, you are asked to create a small program that will calculate a semester grade point average using arrays. This is to give

In this assignment, you are asked to create a small program that will calculate a semester grade point average using arrays. This is to give you familiarity with the concept. It is not meant to be tedious, but is meant to give you an exposure.

Your task is as follows:

  1. Design a form that has five buttons: homework, tests, quizzes, projects, and calculate. At the outset, you should only see the homework button. As you progress, make the next button visible.
  2. When you press a button for the grading areas, you are prompted to enter grades for each area. Do this with an input box inside of a for loop. Store each value to the next spot in the array. If you do not enter a number, make it input -1. In other words, you are making the grade not there. The class has 10 homework assignments, 3 tests, 6 quizzes, and 1 project.
  3. When you get to the calculate button, your goal will be to count the number of submitted grades in each category and calculate the grade for the semester, outputting that information in a message box. If the number -1 shows up, do not count it. For purposes of averaging, count it as a 0.
  4. Homework is 30% of the grade, quizzes are 30% of the grade, tests are 30% of the grade, and the project is 10% of the grade.
  5. Use a select case block to assign the letter grade. Use the grading scheme from the syllabus to do that.

    In this assignment, you are asked to create a small program that will calculate a semester grade point average using arrays. This is to give you familiarity with the concept. It is not meant to be tedious, but is meant to give you an exposure.

    Your task is as follows:

  6. Design a form that has five buttons: homework, tests, quizzes, projects, and calculate. At the outset, you should only see the homework button. As you progress, make the next button visible.
  7. When you press a button for the grading areas, you are prompted to enter grades for each area. Do this with an input box inside of a for loop. Store each value to the next spot in the array. If you do not enter a number, make it input -1. In other words, you are making the grade not there. The class has 10 homework assignments, 3 tests, 6 quizzes, and 1 project.
  8. When you get to the calculate button, your goal will be to count the number of submitted grades in each category and calculate the grade for the semester, outputting that information in a message box. If the number -1 shows up, do not count it. For purposes of averaging, count it as a 0.
  9. Homework is 30% of the grade, quizzes are 30% of the grade, tests are 30% of the grade, and the project is 10% of the grade.
  10. Use a select case block to assign the letter grade. Use the grading scheme from the syllabus to do that.

    In this assignment, you are asked to create a small program that will calculate a semester grade point average using arrays. This is to give you familiarity with the concept. It is not meant to be tedious, but is meant to give you an exposure.

    Your task is as follows:

  11. Design a form that has five buttons: homework, tests, quizzes, projects, and calculate. At the outset, you should only see the homework button. As you progress, make the next button visible.
  12. When you press a button for the grading areas, you are prompted to enter grades for each area. Do this with an input box inside of a for loop. Store each value to the next spot in the array. If you do not enter a number, make it input -1. In other words, you are making the grade not there. The class has 10 homework assignments, 3 tests, 6 quizzes, and 1 project.
  13. When you get to the calculate button, your goal will be to count the number of submitted grades in each category and calculate the grade for the semester, outputting that information in a message box. If the number -1 shows up, do not count it. For purposes of averaging, count it as a 0.
  14. Homework is 30% of the grade, quizzes are 30% of the grade, tests are 30% of the grade, and the project is 10% of the grade.
  15. Use a select case block to assign the letter grade. Use the grading scheme from the syllabus to do that.

    In this assignment, you are asked to create a small program that will calculate a semester grade point average using arrays. This is to give you familiarity with the concept. It is not meant to be tedious, but is meant to give you an exposure.

    Your task is as follows:

  16. Design a form that has five buttons: homework, tests, quizzes, projects, and calculate. At the outset, you should only see the homework button. As you progress, make the next button visible.
  17. When you press a button for the grading areas, you are prompted to enter grades for each area. Do this with an input box inside of a for loop. Store each value to the next spot in the array. If you do not enter a number, make it input -1. In other words, you are making the grade not there. The class has 10 homework assignments, 3 tests, 6 quizzes, and 1 project.
  18. When you get to the calculate button, your goal will be to count the number of submitted grades in each category and calculate the grade for the semester, outputting that information in a message box. If the number -1 shows up, do not count it. For purposes of averaging, count it as a 0.
  19. Homework is 30% of the grade, quizzes are 30% of the grade, tests are 30% of the grade, and the project is 10% of the grade.
  20. Use a select case block to assign the letter grade. Use the grading scheme from the syllabus to do that.

    In this assignment, you are asked to create a small program that will calculate a semester grade point average using arrays. This is to give you familiarity with the concept. It is not meant to be tedious, but is meant to give you an exposure.

    Your task is as follows:

  21. Design a form that has five buttons: homework, tests, quizzes, projects, and calculate. At the outset, you should only see the homework button. As you progress, make the next button visible.
  22. When you press a button for the grading areas, you are prompted to enter grades for each area. Do this with an input box inside of a for loop. Store each value to the next spot in the array. If you do not enter a number, make it input -1. In other words, you are making the grade not there. The class has 10 homework assignments, 3 tests, 6 quizzes, and 1 project.
  23. When you get to the calculate button, your goal will be to count the number of submitted grades in each category and calculate the grade for the semester, outputting that information in a message box. If the number -1 shows up, do not count it. For purposes of averaging, count it as a 0.
  24. Homework is 30% of the grade, quizzes are 30% of the grade, tests are 30% of the grade, and the project is 10% of the grade.
  25. Use a select case block to assign the letter grade. Use the grading scheme from the syllabus to do that.

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

Sams Teach Yourself Beginning Databases In 24 Hours

Authors: Ryan Stephens, Ron Plew

1st Edition

067232492X, 978-0672324925

More Books

Students also viewed these Databases questions