Incrementing and decrementing strings of lettersThat still doesn't help, I need you to modify the code so that it works, as for the site the first o...
Incrementing and decrementing strings of lettersCan you fix the code so I can see what you have in mind?
Incrementing and decrementing strings of letters[code]#include <bits/stdc++.h> using namespace std; int main () { int n; string let; c...
How exactly can I make a program which will display the digits of a number?The number can be literally any number, lets say it is 1425. The program needs to print out: "1 4 2...
Passcode LockYou have a small mistake on the cin >> part, you want the int passcode = 1234 not to change and you ...
This user does not accept Private Messages