#include"iostream"
using namespace std;
void main()
{
//59 is the ascii value of semicolumn
cout<<(char) 59<<endl
system("pause");
}
using namespace std;
void main()
{
//59 is the ascii value of semicolumn
cout<<(char) 59<<endl
system("pause");
}
0 Questions:
Post a Comment