User profile: yourself
User info |
User name: | yourself |
History |
Joined: | |
Number of posts: | 5 |
Latest posts: |
loop sum Write a program that asks the user for a positive integer value – use a loop to get the sum of all...
seconds to days, hours, minutes, seconds Nevermind. Solved. Should have been
else if (secs >= SECS_MIN) {
mins = secs / SECS_MIN;
rsec...
seconds to days, hours, minutes, seconds I just noticed that when converting seconds to minutes the output is formatted like this
Enter numb...
seconds to days, hours, minutes, seconds Not sure why I couldn't see that... Thanks
seconds to days, hours, minutes, seconds Time calculator – Write a program that prompts for and reads a number of seconds. If the number of...
|
This user does not accept Private Messages