Create a program that input 4 student names and corresponding final grades. Print the total no. of students who passed and t who failed and print name of student with the highest and lowest grade. Lower than 75% is failed.
Make a c++ code using for statement.
Tony, C++ is a programming language. And in this question, you have to use the data structure and logic to solve this problems. As most of the programming languages have almost similar syntax. All you need is to apply the right data structure and logic to work on various problems.