0
Function
Why is this code not running https://code.sololearn.com/c76xHl4wEGSr/?ref=app
1 Resposta
+ 1
void has no value so you can not display it. Likely you want the string within cipher to display so make these changes:
Line 9: string cipher();
Line 19: string cipher() {
Insert after 21: return s;