1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Zepler [3.9K]
3 years ago
8

EXTRA POINTS!!!! PLEASE GIVE GOOD ANSWERS!!!

Computers and Technology
2 answers:
Vilka [71]3 years ago
7 0

Answer:

Equal to comparison operator is ==

The Assignment operator is =

Syntax

String

(myAge>=yourAge)?myAge-yourAge:yourAge-myAge

Backslash

Declaring variables

??

!=

A char only stores one letter, number or symbol

0s or 1s

float taxRate = 0.25;

grossPay = hrsWorked * payRate;

Multiplication

3!=9

Float

Explanation:

The assignment operator is used for assigning values to a variable e.g x = 5 and y = 5, while the comparison operator is used to check if two variables are equal to each other e.g if x == y

String is used for text variables, boolean is used for 0s or 1's, int and float are used for numbers

Variable names in Java can begin with underscore, dollar sign or a letter but never a backslash. If you start your variable name with a backslash, it won't be recognized by the system

Declaring variables means declaring its type which is synonymous with what is being done, by labelling the boxes, you are defining the type of content they can hold

The ! sign is used for negation, therefore having it before an equal to symbol means that it negates the equal to

A char (character) only holds one single character, be it a number, letter or symbol. Super100 can be stored using a string instead

Boolean data types store 0s or 1s otherwise called no or yes respectively

Payment is always calculated based on hours worked and the pay rate, therefore, grossPay = hrsWorked * payRate is the best construct here

Multiplication comes before the Division, the other M stands for Modulus which is what you have left after performing a division

As stated above, the ! sign is used for negation, therefore for 3 not to equal 9, you have 3!=9

Float is used for decimal numbers in Java

Lelechka [254]3 years ago
3 0
== is comparision
= is assignment

Syntax

String

<span>(myAge>=yourAge)?myAge-yourAge:yourAge-myAge

Backslash

Declaring variables

??

!=

</span><span>A char only stores one letter, number, or symbol

</span><span>0s or 1s

</span><span>float taxRate = 0.25;

</span><span>grossPay = hrsWorked * payRate;

</span><span>Multiplication

</span><span>3!=9

float</span>
You might be interested in
8.1.4: Ghost Invasion!
Natalija [7]

the fat car has a lot to pass on PC Dell is the only thing to

8 0
2 years ago
Computer user support helps people with minor computer problems. <br><br> True or False
slamgirl [31]

Answer: True

Explanation: But it depends on two factors that's the problem and the experience of the computer user support

6 0
3 years ago
1. Type a statement that reads a user-entered integer into variable numUsers. Assume scnr already exists.
ASHA 777 [7]

Answer:

Question 1:

int numUsers = scnr.nextInt();

Question 2:

public class OutputExample {

public static void main (String [] args) {

int numCars = 99;

Scannerscnr=new Scanner(System.in);

numCars=scnr.nextInt();

System.out.println("There are "+numCars+" cars");

return;

}

}

Question 3:

import java.util.Scanner;

public class Errors {

public static void main(String [] args) {

int userNum = 5;

System.out.println ("Predictions are hard. ");

System.out.print("Especially ");

System.out.print("about the future.");

System.out.println("Num is: "+userNum);

return;

}

}

Explanation:

In Question 1, the statement int numUsers = scnr.nextInt();  reads a new integer value from the keyboard and assigns it to the variable numUsers.

In question 2, Concatenation is used to format the print output.

In question 3, care is taken to fix each of the syntax errors (missing double quotes, semi-colon, concatenation)

3 0
3 years ago
Need this answered quickly, 40 PTS!
drek231 [11]

Hello,


Answer: In 1965, Gordon Moore noticed that the number of transistors per square inch on integrated circuits had doubled every year since their invention. Moore's law predicts that this trend will continue into the foreseeable future. ... The 18-month mark is the current definition of Moore's law.


Please read and you will have your answer!


If you did not love this answer let me know and I will try again.



7 0
3 years ago
Read 2 more answers
Andy wants to touch up his holiday photographs because they appear too bright and the color is washed out. Which software applic
Veronika [31]
The application andy wants to use is adobe photoshop 
5 0
3 years ago
Other questions:
  • What is are example of an engineered item?
    12·1 answer
  • 2. Which of the following best describes the protocols used on the Internet?
    15·1 answer
  • While designing your network's VLAN topology, your team has decided to use a centrally managed DHCP server rather than creating
    8·1 answer
  • Draw the hierarchy chart and then plan the logic for a program that calculates a person’s body mass index (BMI).
    11·1 answer
  • The _________ in Java is passed by value but ______ is passedby reference.
    5·1 answer
  • Implement the RC4 stream cipher in C++. User should be able to enter any key that is 5 bytes to 32 bytes long. Be sure to discar
    7·1 answer
  • Can I use some Company's name in my Research Project. For example, my research is based on E-commerce security and i wanna use A
    14·1 answer
  • Nonprogrammed decision
    7·1 answer
  • Briefly describe the traditional definition of the digital divide. What is it and who is affected, positively and adversely? How
    15·1 answer
  • Leon needs to configure the days and times of his work week for his Outlook Calendar. Which option should he
    12·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!