User profile: kenneth196

User info
User name:kenneth196
Email:kenneth196@hotmail.com
History
Joined:
Number of posts:10
Latest posts:

Sum of digits in a string?
It worked! [code]#include <iostream> using namespace std; int main() { const int LENGTH =...

Sum of digits in a string?
I made this simple program, & I think I'm doing it right, but I'm getting the wrong output. [code...

Sum of digits in a string?
I have a question in my C++ class. Here it is: Write a program that asks the user to enter a seri...

How to properly use the strlen function?
I have to write a function that accepts a C-string as an argument and returns the length of the C-st...

How to translate numbers into words?
I have to write a program using a class to where, if a user puts in a number, such as 5678, the prog...