answersLogoWhite

0


Best Answer

discrete

User Avatar

Amelie Runte

Lvl 9
1y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of variable is the number of robberies in your city?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What type of variable is the number of robberies reported in your city?

discrete


What type of variables is the number of robberies reported in your city?

discrete


What type of variable is the number of car accidents reported in your city?

Depends, if you're looking for the raw score then you have a continuous ordinal variable. If you have range of number of car accidents, then you have an interval variable.


Number of time you visit a place is what type of variable?

That's a dependent variable, I believe.


Which of the following is not a variable data type real integer number or string?

FILE, struct stat and struct tm are some examples.


Can you add a variable with a number?

Yes, IF the variable has been declared, has a value, and is of a numerical type such that your addition operator can perform the operation on the number and the value of that type variable. The compiler or interpreter will look up the variable's value, substitute it for the variable, and perform the addition just as if your statement used two numbers. First example: If your number is an integer and your variable is of type real, almost any addition operator can successfully add the two. Second example: If your number is a real and your variable is a character type (with a value, say, of "Smith"), the addition will obviously fail. In many languages, however, variables of type Boolean may be handled arithmetically, as the value True equals 1 and False is zero.


What two things must you normally specify in a variable declaration?

This is when you specify the name and type of the variable.Example:int number;The declaration line can also include an instantiation for that variable.Example:int number = 5;When you declare a variable or an object (particularly in OOP programming) , you set aside a chunk of memory space for the data to reside.


What type of variable is affected by the independent variable?

The Dependent Variable


What type of variable is the number of gallons of gasoline pumped by a filling station during a day?

continuous


A loop control variable that is incremented a specific number of times is known as?

A loop control variable is widly known as a "counter".


What type of variable is age?

subject variable


What type of variable has an unpredictable impact on the dependent variable?

A random variable.