I wrote this program to practice the if statement. I can't get it to execute the else statement. Regardless of what the user enters it executes the if statement.
//A program to let the user entera score and output if the score was perfect.
#include <iostream>
int main()
{
using namespace...