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, 21.06.2019 21:00
The mode is generally used when delivering a presentation to an need now
Answers: 1
question
Computers and Technology, 23.06.2019 21:00
Uget brainliest if accurate mary has been given the responsibility of hiring a person for the position of a software testing officer. which management function would mary achieve this responsibility?
Answers: 1
question
Computers and Technology, 24.06.2019 09:40
Healthy study habits are best described as
Answers: 1
question
Computers and Technology, 24.06.2019 18:30
Is a type of bullying that takes place when a person intentionally posts negative information about another person that is not true.
Answers: 2
You know the right answer?
Extra give good !
when comparing the comparison operator “equal” to the java assignment ope...
Questions
question
Mathematics, 07.05.2020 01:14
question
Mathematics, 07.05.2020 01:14
question
Mathematics, 07.05.2020 01:14
question
English, 07.05.2020 01:14
question
Chemistry, 07.05.2020 01:14
Questions on the website: 13722363