0
What is wrong with my code ?
#include <iostream> using namespace std; int main() { cout << "Nueva Ecija University of Science and Technology" << endl; cout << "Municipal Government of Talavera" << endl; cout << "Talavera, Nueva Ecija" << endl << endl; cout << "Name: Joyce S. Reyes" << endl; cout << "Course: BSIT" << endl; cout << "Year: 1" << endl; cout << "Section: J" << endl; return 0; }
2 Respostas
0
There is no errors check properly everything is fine in your code
0
♨️TEJAS MK-82♨️ Thank you.