User profile: Dora0303man

User info
User name:Dora0303man
History
Joined:
Number of posts:4
Latest posts:

Addition in function
First, I need to write a function to print out all the factors of a number, and I did it. Then, I n...

How to write a Repetitive Function
Got it! Thank you Anon!

How to write a Repetitive Function
[code] int A, B; for (int i = A; i < B+1; i++) { cout << "Please enter two numbers" << endl; ci...

How to write a Repetitive Function
How to write the a repetitive function that takes two parameters, A and B, and prints all the numbe...