Help with codingYou can use a do loop still. However, your while loop wont work with the method I created. I am unsu...
Help with codingIt would require you to not use a while loop, you would also need to change empID from an int to a s...
Finding digits on a number with size 10^100I am not sure what you're trying to ask. Do you want to count how many digits are in a number? For e...
Help with codingYou should use getline(cin, variable); This will insure it takes it the whole line of text the user ...
row vectorWhen you're printing 'a' your printing the address of the array.