This is what she told me when I emailed to ask about it.
1)Finding the product of numbers between 3 and 7, is similar
to finding the sum of n numbers program that we did in
class.
For this program you are supposed to use a while loop. First
you need to identify the condition that will make the while
loop execute. After that apply the logic similar to one that
we did toady in class(...
User Profile
Collapse
-
Well, for the first one it HAS to be a while loop.. that's the assignment. Also, I don't exactly follow what you're saying on the other one either. I'm very new to this. What is mod?Leave a comment:
-
Help!
Hey guys. I'm sure these two programs are really simple, but I'm in my first java programming class and I don't have any programming background. I think I missed the class when we went over this stuff. Anyways, I have to write two programs for homework.
1) Write a program that outputs the product of all the integers between 3 and 7, inclusive, that is, 3*4*5*6*7. Use while loop for this program.
2) Write a program that...
No activity results to display
Show More
Leave a comment: