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
vodka [1.7K]
3 years ago
10

Write a program that accepts a whole number as Input multiplies that number by 12 the outputs the product

Mathematics
1 answer:
frez [133]3 years ago
7 0

Answer:

Step-by-step explanation:

programs can be written in multiply languages. for this solution I'll be writing in C++.

#include<iostream> // this is called the preprocessor definition

using namespace std;

int main()                      //the main function

{

   int num, product;      //declaration of the variables

    cout << "enter the whole number";  

    cin >> num;

    product = num * 12;

     cout << product; // displaying the final results

     return 0;

}

You might be interested in
Which line has a slope of 5/2?
Lorico [155]
The answer is line c, because you have to rise 5 and run 2.
8 0
3 years ago
Read 2 more answers
Kyle is painting the front door of his house. The dimensions of the door are 80 inches by 36 inches by 2 inches. If he paints al
kolbaska11 [484]

Answer:

its 5760ins

Step-by-step explanation:

80 inches * 36 inches * 2 inches = 5760 inches3

good day, and be safe

∵∴∵∴∵∴∵∴∵      

⊕ΘΞΠΤ⊕      

∵∴∵∴∵∴∵∴∵

3 0
3 years ago
The table below shows the typical hours worked by employees at a company. A new employee is offered an annual salary of $37,000.
Mademuasel [1]

Answer:

Salaried pay is preferable for a new employee

Step-by-step explanation:

<u>As per table, hours worked per week:</u>

  • 0+ 8.5+ 9.5+ 7.5+ 8+ 8.5+ 4 = 46

<u>Employee gets paid for 46 hours per week:</u>

  • $40*14 + (46- 40)*$21 = $686

<u>Average yearly salary would be:</u>

  • $686/7*365 = $35770

<u>Comparing with annual salary, we see:</u>

  • $37000 > $35770

As we see, hourly employees get paid less, so the new employee should choose annual salary option

7 0
3 years ago
Carlos has eight tickets. Carlos has 8 fewer tickets then Etta. How many tickets does Etta have?
aleksley [76]

Answer:

16

Step-by-step explanation:

5 0
3 years ago
On a recent trip to a computer store you purchased one software package for 24.99 and three printer cartridges the total bill wi
DanielleElmas [232]

Answer:

The price of a single printer cartridge is 19.69, in your given currency.

Step-by-step explanation:

First remove the tax and the software package from the total bill.

90.01 - 24.99 - 5.95 = 59.07

Since there are 3 cartridges, you divide 59.07 by 3, giving you the price of a single cartridge.

59.07 \div 3 = 19.69

8 0
3 years ago
Other questions:
  • Need help IN MATH ASAP
    7·1 answer
  • Is 38 − –40 positive or negative?
    12·2 answers
  • Gary wrapped a cube shaped gift box with wrapping paper.The box was 8 inches long.What was the minimum amount of paper Gary coul
    10·2 answers
  • What is 50m as a fraction of 1km? Write the answer in the lowest terms.
    7·2 answers
  • (2 x 10^4) + (7 X 10^4) =
    6·2 answers
  • Solve the equation for x: (4x+38) + (2x-18)=180
    15·2 answers
  • mary is 14. In four years, her age will be 2/3 the age of her sister. How old will Mary's sister be in two years
    12·1 answer
  • How would you turn 7/18 into a decimel and round to the nearest hundreths
    10·1 answer
  • What is this 1/4 - (-3/4)= in math
    6·2 answers
  • Simplify the following expression.
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!