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 10:40
"it security policy enforcement and monitoring" respond to the following: describe how monitoring worker activities can increase the security within organizations. describe the rationale that managers should use to determine the degree of monitoring that the organization should conduct. explain the extent to which you believe an organization has the right to monitor user actions and traffic. determine the actions organizations can take to mitigate the potential issues associated with monitoring user actions and traffic.
Answers: 3
question
Computers and Technology, 23.06.2019 11:30
In cell h5 enter a formula that will calculate the percentage of attendees that went to the altamonte springs job fair in 2018.
Answers: 1
question
Computers and Technology, 25.06.2019 17:10
What does the storyboard editor do? a. displays a close up view an individual frame in a game b. shows you all the frames in a game at the same time changes the color and size of active objects automatically adds a title screen to a game select the best answer from the choices provided ve
Answers: 1
question
Computers and Technology, 25.06.2019 23:30
As a saas provider, what more would you like to know about your market? in the scenario where you can’t make the time to research it on your own, what saas market information would you find beneficial and useful to know?
Answers: 1
You know the right answer?
Extra give good !
when comparing the comparison operator “equal” to the java assignment ope...
Questions
question
Biology, 11.01.2021 04:20
question
Biology, 11.01.2021 04:20
question
Mathematics, 11.01.2021 04:20
question
Mathematics, 11.01.2021 04:20
question
Mathematics, 11.01.2021 04:30
Questions on the website: 13722367