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]
4 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]4 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
Put into scientific notation: 0.0000483
dangina [55]
4.83 x 10^-5 .......
7 0
3 years ago
Jasmine got a prepaid debit card with $25 on it. For her first purchase with the card, she bought some bulk ribbon at a craft st
Umnica [9.8K]

Answer:

23 Yards

Step-by-step explanation:

So for this question, we would have to start off with writing an equation: 19.71+0.23x=25 once we subtract 19.71 on both sides, the left over sum of money will be 5.29. Since we are dealing with BOTH Dollars and Cents, it should be remembered to use 23 CENTS instead of Dollars. \frac{5.29}{0.23}= 23 so the finals answer is 23 yards.

3 0
2 years ago
Games Galore Super Store buys the latest video game at a wholesale price of $30.00. The markup rate at Game's Galore Super Store
marishachu [46]

Answer:

<h2>$42</h2>

Step-by-step explanation:

By definition, Markup is the difference between a product's selling price and cost as a percentage of the cost.

For example, if a product sells for $125 and costs $100, the additional price increase is ($125 – $100) / $100) x 100 = 25%.

Given data

firstly let us solve for 40% of $30

=40/100*30

=0.4*30

=$12

therefore the sale price will be the markup rate plus the initial price

<em>Hence the you will have to pay 12+30=$42</em>

6 0
3 years ago
-<br> The midpoint of AB = ([?],[ ])<br> M = (x1+x2Yiy2
Mkey [24]

Answer:M(-0,5;0)

Step-by-step explanation:

6 0
2 years ago
How to use the slope formula to find the slope of a line<br> please help me!!!!!!!
stepan [7]

Answer:

Sweetie, it's easy. Let me explain.

The slope formula is (y2 - y1) (x2 - x1) you find the slope by putting the rise over the run. For example, if the point goes up 2 and right 3 your slope would be (2,3) and let's just say your next coordinate is (4,5) you would take the y, 5, from the second coordinate and subtract it by the y from the first coordinate, 3. So you would have 2 and you do the same with the x values. So your slope would be 3/2. Hope I helped at all.

Step-by-step explanation:


8 0
3 years ago
Other questions:
  • Kayla has taken six history quizzes so far, earning the following scores. 7, 8, 8, 8, 10, 9 Which measure of central tendency wo
    5·2 answers
  • Which of the following is a rational number?
    9·1 answer
  • Rearrange the formula P = 2(l + b) for b.
    6·1 answer
  • Subtract
    9·1 answer
  • (e) The number of bees spotted in Amelie's garden can also be modeled by the function B(x) = 50√ k + 2x where x is the daily hig
    14·1 answer
  • Write an expression for 327 fewer than the product of 120 and p.
    9·1 answer
  • Satoko has 303030 tokens to spend at an arcade. The three lines represent the cost of playing Satoko's three favorite games for
    6·2 answers
  • The price of admission to the Everglades Historical Museum is $11 more for non-members than for members of the museum’s Friends
    12·1 answer
  • Devontae and three of his friends drive the Pennsylvania Turnpike from Ohio to New Jersey. If they split the $47.00 toll equally
    8·1 answer
  • How many eighths are in 1/3?
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!