subject

You are reviewing the code written by another programmer, and encounter a variable whose name is entirely in capital letters. what might you discern from this variable name?

a. the variable is a symbolic constant.
b. the variable is a reference variable.
c. the variable is part of a program loop.
d. the variable is used to store a dynamic value that is constantly changing.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:30
What’s the process of observing someone actually working in a career that interests you?
Answers: 1
question
Computers and Technology, 22.06.2019 23:00
Which type of tab stop is most for weights and measurements?
Answers: 1
question
Computers and Technology, 23.06.2019 06:00
When is a chart legend used a. all the time b. whenever you are comparing data that is the same c. whenever you are comparing multiple sets of data d. only for hand-drawn charts
Answers: 2
question
Computers and Technology, 23.06.2019 09:30
Write a function called checkfactor that takes two arrays of positive numbers, firstnumberrow and secondnumberrow. checkfactor checks if the first entry in firstnumberrow is divisible by the first entry in secondnumberrow, and performs the same operation on the next array elements until all entries have been checked. all the numbers are positive and the number of entries in the arrays are the same. the function should return the identified divisible numbers in two row arrays named firstdivisible and seconddivisible.restrictions: branches or loops should not be used. the code must use the internal mod and logical functions.hint: the mod function should be used to determine if two numbers are divisible. ex: for num1 and num2 if mod(num1,num2) is 0, then the two numbers are divisible.this is matlab
Answers: 2
You know the right answer?
You are reviewing the code written by another programmer, and encounter a variable whose name is ent...
Questions
question
History, 06.05.2020 05:35
question
Mathematics, 06.05.2020 05:35
question
Mathematics, 06.05.2020 05:35
question
Mathematics, 06.05.2020 05:36
question
Chemistry, 06.05.2020 05:36
question
Mathematics, 06.05.2020 05:36
Questions on the website: 13722361