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

Which of the following is equal to the expression listed below? 25 + 10
write 5characters of pisces​
cho tam giac abc vuong tai a, goc abc=60 do canh ab=5cm . tinh ac
Which of these represent the correct ratio of boys to girls as a rate? Select all that apply. A. 12 girls for every boy B. 14 to 12 C. 14 boys for every 12 girl
Write the repeating decimal 0.63333 as afraction
When solving a problem in a group situation, which of the following traits should be demonstrated? Stubbornness Compromise Independence Inflexibility i need
what was a provision of the Manga Carta?
Jason is pulling a box across the room. He is pulling with a force of 27 newtons and his arm is making a 49 angle with the horizontal, what is the horizontal co
what are all the numbers that round to 5.6? A. 5.57 B. 5.54 C .5.62 D. 5.59 E. 5.51
Convert 1/3 to a decimal. а .33 b 33 c 3.3 d 333