//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