Ashley Griffin

Greenhorn
+ Follow
since Jun 24, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ashley Griffin

The divisor should increase by one during each run starting from 2 to 3 and so on.
11 years ago
I not quite sure that I understand your hint.
11 years ago
Hi,
My instructions for my program is:
Create an application that will repeatedly read in positive numbers from the user, until the user enters a 0. For each number, the program will list out the proper factors of the number.
I can't figure out how to work all the kinks out of my program. For example when I enter a number like 9, it return 9, 1.
Here is my program:
11 years ago