Declaring and Initializing C++ Variables
In this exercise, you use what you have learned about declaring and initializing variables to answer Questions.
Write a C++ variable declaration for each of the following. Use int, double, or string, and choose meaningful variable names.
Declare a variable to store a student ID number (1 to 1000).
Declare a variable to store the number of inches in a foot.
Declare a variable to store a temperature (0.0 to 130.0).
Declare a variable to store the name of the state you live in.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.