Visual Basic : Need help to code this. Use Do_While or Do_Until. While entering
ID: 3889410 • Letter: V
Question
Visual Basic: Need help to code this. Use Do_While or Do_Until. While entering test grade, it should count how many test grade you input and display in Total Number of Students. In entire class average it should diplay Average of all test scores you input.
Grade Converter Grade Converter Class Average Entire Class Average Students Write a program that reads set of exam scores from the user until it receives a negative input. The negative input should not be use in your calculations. Total Number of Students in Class Using A = 90 to 100, B-80 to 89, C-70 to 79, D-60 to 69, and F= 0 to 59 compute the followings Total a) The total number of students in the class b) The total numbers of student for each letter grade c) The percentage of total number of student for each letter grade d) The range of scores for each letter grade e) The average score for each letter grade f) The enie class average Students Percentage Range Average A: Input validation: The value must be an integer. The maximum possible score is 100. C: Graphical user interface. Input validation, standard naming conventions, and comments. Get Exam Grade ExitExplanation / Answer
using namespace std; int main() { int number, i = 1, factorial = 1; cout > number; while ( iRelated Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.