fatahabdi6459 fatahabdi6459 06-04-2020 Computers and Technology contestada Complete the program segment below to write the numbers 1 through 50 to the numbers.txt file. ofstream outputFile; outputFile.open("numbers.txt"); //you write this code outputFile.close();