SyntaxFix
Write A Post
Hire A Developer
Questions
for (int i = 0; i < 5; i++){ int asciiVal = rand()%26 + 97; char asciiChar = asciiVal; cout << asciiChar << " and "; }