<span>i believe the answer is C</span>
y = choose whatever number you want.
if 5 < y < 11:
print("The value stored in y is between 6 and 10 inclusive")
else:
print("The value stored in y is not between 6 and 10 inclusive.")
I hope this helps!
Answer:
drop-down list
Explanation:
understand the definition of each of the options, and you will easily work out the answer.
See this page for differences between drop-down list and combo box: https://docs.microsoft.com/en-us/windows/win32/uxguide/ctrl-drop
Of the 4 answers, only drop-down list doesn't allow user to add own option
Answer:
The answer is "Option 1"
Explanation:
In oops(object-oriented programming language) an object is an example of a specific class or subclass with methods or processes of the class itself and variables for data. When we create an object of the class the default constructor is automatically executed. and other options are not correct that an be described as follows:
- In option 2, Type is used in data type. It is an attribute, that tells the user or programmer what kind of data value they store. for example string, numeric, and floating-point value.
- In option 3, Parameter is used in the method for passing a value in function and calculate some values.
- In option 4, A method is also known as a procedure, that associate with a message and an object.