Search:

Type: Posts; User: typeqwerty

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    5,328

    do you know how to get the output as when i input...

    do you know how to get the output as when i input 1000


    Enter a number of seconds:
    There are 16.667 minutes in 1000.000 seconds.

    my output would say
    Enter a number of seconds:
    There are...
  2. Replies
    17
    Views
    5,328

    but when i run it on a site it where it...

    but when i run it on a site it where it automatically compile it would say i failed.
  3. Replies
    17
    Views
    5,328

    i need it to look like this. for example when i...

    i need it to look like this. for example when i input 10000 it should say this as output. E


    Enter a number of seconds:
    There are 166.667 minutes in 10000.000 seconds.
    There are 2.778 hours in...
  4. Replies
    17
    Views
    5,328

    #include #include ...

    #include <iostream>
    #include <iomanip>
    #include<string>
    #include<cmath>

    using namespace std;
    int main()
    {
    double seconds;
    double minutes = seconds /60;
  5. Replies
    17
    Views
    5,328

    15000/60 = 250 then divided it by 60. i didn't...

    15000/60 = 250 then divided it by 60.

    i didn't learn about the modulus yet. the teacher wants me to use the if statement..
  6. Replies
    17
    Views
    5,328

    is that supposed to be a trick question? 4hours?

    is that supposed to be a trick question? 4hours?
  7. Replies
    17
    Views
    5,328

    should i use double or int or?

    should i use double or int or?
  8. Replies
    17
    Views
    5,328

    stuck on this.

    Here's what i'm supposed to do.

    Write a program that asks the user to enter a number of seconds.

    There are 60 seconds in a minute. If the number of seconds entered by the user is greater than...
Results 1 to 8 of 8