What is wrong with my code ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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; }

24th Oct 2020, 4:01 AM
Hanida Marohom
Hanida Marohom - avatar
2 Answers
0
There is no errors check properly everything is fine in your code
24th Oct 2020, 4:17 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
24th Oct 2020, 4:41 AM
Hanida Marohom
Hanida Marohom - avatar