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

What is the total heat energy required to raise the temperature of 10g of liquid water from 20 degrees Celsius to 150 degrees Celsius?
A transfer of rights in a contract is called a(n). O A. assignment O B. delegation O C. breach O D. statute
Find the volume of a right circular cone that has a height of 13 and a base with a radius of 4. Round your answer to the nearest tenth of a cubic meter.
At what phase is the Moon not visible?
What kind of shape is this ?
Help me! I don't understand algebra.
Please help me im begging
classify 24 as a polynomial by degree and number of terms PLEASE PLEASE I NEED THIS
29 POINTS PLEASE I NEED THIS ANSWER A laboratory received 400 g of radioactive radon and 16 days later 25 g of the radioactive remained. What is the halflife of
What is the molarity of a solution if 1.75 moles of KOH are dissolved in 2.5 liters of water?