Question #20154

write a program that will print that statement
Taseer

Expert's answer

#include <iostream>
using namespace std;

void main(){
cout<<"Taseer\n";
system("pause");
}
LATEST TUTORIALS
APPROVED BY CLIENTS