subject

Extra give good !
when comparing the comparison operator “equal” to the java assignment operator, what is the main difference?
the comparison operator is == and the java assignment operator is =.
the comparison operator is = and the java assignment operator is ==.
the comparison operator is =+ and the java assignment operator is =.
the comparison operator is = and the java assignment operator is =+.

which term best represents the set of rules that govern the use of words and punctuation in a language?
order of operations
variable
syntax
code

you are declaring a variable that will store text. which data type could be used for the new variable? choose the best answer.
boolean
string
int
real

analyze the following code, which is correct for a conditional operator?
(myage> =yourage)? myage-yourage: yourage-myage
(myage> =yourage): myage-yourage: yourage-myage
(myage> =yourage)? myage-yourage? yourage-myage
(myage> =yourage); myage-yourage; yourage-myage

which of the following characters is not allowed for java variable names?
backslash
dollar sign
capital a
underscore

you purchase moving boxes and mark them with labels to indicate the contents they will store. which action describes the labeling of the boxes?
declaring variables
allocating memory
writing a program
compiling code

which of the following symbols would not be seen in the syntax for java variables, methods, or arguments?
{}
()
? ?
[]

which comparison operator is used for “not equal to”?
! =
%=
#=
*=

why would you not use a char to store the phrase “super100”?
a char only stores uppercase letters from a to z.
a char only stores lowercase letters from a to z.
a char only stores one letter, number, or symbol.
a char only stores uppercase and lowercase letters.

what does the boolean data type store?
0s or 1s
letters
numbers
colors

you are writing a payroll program in java that needs to assign the value of 25 percent as a tax rate. which statement represents the best construct of this assignment?
int taxrate == 0.25;
float taxrate = 0.25;
float taxrate ! = 0.25;
long taxrate = 25;

you are writing a program that needs to calculate gross pay for an employee based on variables grosspay, payrate, and hrsworked. which statement represents the best construct of this assignment?
grosspay = payrate – hrsworked;
grosspay = payrate / hrsworked;
grosspay = payrate – hrsworked;
grosspay = hrsworked * payrate;

which operation comes before d in pemdmas?
modulus
multiplication
addition
subtraction

which java syntax describes the mathematical expression “3 is not equal to 9”?
3< > 9
3! =9
3==9
3 not=9

which data type can be used to store decimal numbers in java?
short
byte
float
int

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 16:10
When copying and pasting text, the first step is move your cursor type the text select the copy command select the paste command
Answers: 2
question
Computers and Technology, 23.06.2019 02:00
Which demographic challenge is europe currently experiencing? a. an aging and decreasing population b. a baby boomc. an unequal distribution between males and females d. a large group of teenagers moving through the school system(i chose a but i'm unsure)
Answers: 1
question
Computers and Technology, 23.06.2019 02:30
What is the power dissipated by a resistor with a current of 0.02 a and a resistance of 1,000 ? a. 200 w b. 20 w c. 0.4 w d. 4 w
Answers: 1
question
Computers and Technology, 23.06.2019 12:00
3. when you right-click a linked spreadsheet object, what commands do you choose to activate the excel features? a. linked worksheet object > edit b. edit data > edit data c. linked spreadsheet > edit d. object > edit data
Answers: 2
You know the right answer?
Extra give good !
when comparing the comparison operator “equal” to the java assignment ope...
Questions
question
Mathematics, 06.11.2020 21:10
question
Mathematics, 06.11.2020 21:10
question
English, 06.11.2020 21:10
question
Mathematics, 06.11.2020 21:10
question
Social Studies, 06.11.2020 21:10
question
Social Studies, 06.11.2020 21:10
question
Mathematics, 06.11.2020 21:10
Questions on the website: 13722363