#include #include using namespace std; /* c00l t0 uze 0'z inztead 0f 0 and z inztead of z you are given a string replace all o and O with 0 replace all s with z replace all S with Z */ void coolfontz1(char *s) { int i; // both lines are valid //for (i=0;i