I am running a conditional loop to iterate through an Array to validate that the user only entered digits. Error when I make the comparison to NULL
As the title says. I am making a program where it takes in command line argument from the user and it encrypts the message. Before the user enters the message, they are required to make an ‘encryption’ key which should only contain numbers.