Question: i need help with this c++ problem 1. Find the errors. There are a number of syntax errors in the following program. Locate as many
1. Find the errors. There are a number of syntax errors in the following program. Locate as many as you can. 1/ This program uses an if/else if statement to assign a 1/ letter grade (A, B, C, D, or F) to a numeric test score. \#include using namespace std; int main() 1 int testscore; cout "Enter your test score and I will tell youln"; cout testscore; if (testscore
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
