//PROGRAM TO WRITE THE NAMES OF JSS 2 STUDENTS
#include
using namespace std;
int main ()
{
cout<<"The name of Jss 2 students are: "<< endl;
cout<<"Jahstickz"<< endl;
cout<<"Dacode";
return 0;
}
PROGRAM RESULT
DOWNLOAD PDF
#include
using namespace std;
int main ()
{
cout<<"The name of Jss 2 students are: "<< endl;
cout<<"Jahstickz"<< endl;
cout<<"Dacode";
return 0;
}
PROGRAM RESULT
DOWNLOAD PDF
0 Comments
If you have further concerns, kindly drop a comment.