#include using namespace std; int main(){ // comment can be writen starting with "//" char c[16]; cout <<"Hello, input a message>"; cin>>c; cout <