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

Describe the man's dream at the beginning of the novel. What might it mean? What might it say about the man, his situation and what might happen later?
Rather than refer to the "King," "His Royal Highness," or "His Majesty," Thomas Jefferson lists a series of accusations with "He has . . . " Why do you think Je
Mr. & Mrs. Martin drove 200 miles in September. They drove 2 times as many miles in November as they did in September. They drove 2 times as many miles in O
help!!!!!!!!!!!!!!!!!!!!!!!!!!​
help! need help fast
3x − 24 = 81 i need someone to answer this fast
Why does the metric system matter? How many countries use the Imperial/American system? Do you know any examples of the measurement system before the SI system?
I really need help with this question ​
|5x+60|=10x identify the solution and extraneous solution
an object has a mass of 6kg. calculate it's gpe​