1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Katyanochek1 [597]
3 years ago
15

Using C++

Computers and Technology
1 answer:
sweet-ann [11.9K]3 years ago
6 0

Answer:

#include<iostream>

using namespace std;

void OutputMinutesAsHours(double origMinutes) { //Same as question

   double hours=origMinutes/60; //solution is here

   cout<<hours;

}

//Below is same as mentioned in question

int main() {

OutputMinutesAsHours(210.0);

cout << endl;

return 0;

}

OUTPUT :

3.5

Explanation:

In the above code, only two lines are added. To convert minutes into hours we have to divide them 60, so we take minutes as input and define a new variable of double type which stores minutes converted to hours and then that variable is printed to console. For 210, it gives 3.5, similarly for 3600 it gives 60 and so on.

You might be interested in
Which of the following would be used to communicate an idea or concept visually? podcast transcript building design speech
finlep [7]
C, building design. Its the only visual one, the rest have to do with speaking/listening.
6 0
3 years ago
Read 2 more answers
An array can store integers and doubles together.true or false
Anna [14]

Answer:

False

Explanation:

An array stores a sequence of values that are all of the same type

7 0
3 years ago
Para que sirve microsoft exel
Kryger [21]
Is this a question..
3 0
3 years ago
What is different between lms and e learning?
koban [17]

Answer:

A learning management system is a kind of software platform where the learning content material is delivered. And it is a medium to deliver the learning content material. Learning is mostly done in the informal region generally, where people try out their talent and skills to learn. You should know that all LMS learning is elearning, but not all elearning is done through the LMS. This is the difference between the LMS and elearning. Like we learn through forums as well, and there is no LMS over there. Also we learn through blogs, and various online content, and there is no LMS over there. In fact LMS is what is explained above. And hence, its a source used for elearning, like the internet content.

Explanation:

Please check the answer.

6 0
3 years ago
Which of the following is true about Dreamweaver’s Spell Check feature? CHOOSE THREE.
Aneli [31]

The true statements about Dreamweaver’s Spell Check feature are:

A. Must be run in live mode.

B. Saves custom spellings to a user-generated dictionary.

C. Replaces all instances of a misspelled word in the currently open document.

<h3>What is Dreamweaver’s Spell Check?</h3>

Dreamweaver’s Spell Check is an online application software to check or correct spellings while writing on Microsoft Word.

When this software sees a misspelled word, a dialogue box appears right next to it to correct it. Must be used in live mode for good suggestions.

Thus, the correct options are A, B, and C.

To learn more about Dreamweaver’s Spell Check, refer to the below link:

brainly.com/question/9745265

#SPJ1

7 0
2 years ago
Other questions:
  • If you want to prioritize downloads of your mobile app instead of visits to your mobile site, you should: a) add a sitelink exte
    10·1 answer
  • Live.com is Microsoft's free web-based email provider.<br> A. True<br> B. False
    6·1 answer
  • The purpose of the ___________ is to provide sufficient notice to individuals whose personal information has been stolen so they
    13·1 answer
  • Why coaxial cable is called coaxial cable?
    11·1 answer
  • The most basic software required for an online course where writing is involved is:
    13·1 answer
  • Ten members of a wedding party are lining up in a row for a photograph.
    8·1 answer
  • Suppose as a computer programmer, you have been assigned a task to develop a program to store the sorted data in ascending order
    7·1 answer
  • How does abstraction help us write programs
    11·1 answer
  • When you login to your blogging account. The first screen with all controls, tools and functions is called .... Select one: a. D
    10·1 answer
  • In what way, if any, can your social media presence affect your chances of getting a job in social media?
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!