Hello <span>Areyano7475
</span>
Question: T<span>he term drive app is used to describe applications stored on a computer true or false
Answer: False
Hope this helps
-Chris</span>
Answer:
The definition of a class Telephone is given as
public class Telephone // class telephone
{
String number; // variable number of type string
static int quantity = 250;
// variable quantity of type int
static double total = 1565.92; // variable total of type double
}
Explanation:
Following is the description of Statement
- Create a class "Telephone" by using the keyword class.In that class we declared data member .
- We declared a variable "number" of type "string" which has no constructor.
- We declared a variable "quantity" of type "int" which is a static type variable. The static type variable retains the value during the program execution.
- We declared a variable "total" of type "double" which is a static type variable. The static type variable retain the value during the program execution .
The correct answer is:
<span>an article from the New York Times</span>a book by an educational researcher and professor<span>a report from the US Department of Education at www.ed.gov</span>
Answer:
Available Options are :
A <b>
B <l>
C <body>
D <small>
Ans : A <b>
Explanation:
Normally AD and BC are written in bold letters.
for example : The terms anno Domini (AD) and before Christ (BC).
Within available option the best option to choose is <b>
The <body> element used to define the document body.
The <small> tag used to defines smaller text
But, the best option to choose is in case if they are using the HTML5 then html <time> element will be used to display BC date and AD dates.
for ex : <time datetime="-314-07-01"
calendar="Ancient Roman">1 July 314 BC</time>