Wisppah3310 Wisppah3310
  • 03-10-2019
  • Computers and Technology
contestada

What statement would you use to assign the value 32 to the variable cheeses?

Respuesta :

SerenaBochenek SerenaBochenek
  • 06-10-2019

Answer:

Statement to assign 32 to variable cheeses.

cheeses=32;

Explanation:

To assign any value to a variable in any programming language, we use "="operator.First declare a variable "cheeses"of type "int" in this case.Then assign 32 to variable "cheeses" with the help of "=" operator.After assigning 32 , variable will store 32 in it.

Implementation in c++.

#include <bits/stdc++.h>

using namespace std;

int main()

{

int cheeses;

cheeses=32;

return 0;

}

Answer Link

Otras preguntas

Inadequate blood flow to the heart muscle can cause an area of damaged cardiac tissue known as a(n) .
if y=5x-3, find the value of y when x=0
Simplify: 5x3+3x2−(−x−6x2)+4x−x2
What was Lincoln’s main reason for writing the Emancipation Proclamation? To end plantation life To arm black soldiers To declare an end to slavery To punish sl
Hint: There are 3 feet in 1 yard.....Math 100pts
Explain how you could find the distance between points (3,6) and (7,6) on the coordinate plane
A statistician takes several random surveys, each of 50 middle school students, to determine the favorite pizza topping of middle school students. The table sh
PLS HELP ILL MARK AS BRAINLIEST
Jasmin rakes at two different houses. it takes her 2 1/3 hours to rake leaves at the first. it takes her 1/2 of that time to rake at the second house. how long
magma rises towards the surface of the earth because of its?​