Nashae6927 Nashae6927
  • 18-07-2020
  • Computers and Technology
contestada

In Java, a char variable is capable of storing any Unicode character. Write a statement that assigns the Greek letter ^ to a char variable named greekLetter

Respuesta :

frknkrtrn
frknkrtrn frknkrtrn
  • 21-07-2020

Answer:

public class Main

{

public static void main(String[] args) {

    char greekLetter = '^';

    System.out.println(greekLetter);

}

}

Explanation:

Create a char variable called greekLetter and set it to the ^

Print the greekLetter to the screen

Answer Link

Otras preguntas

I'll send the question
The table shows how much money a grocery store receives for selling different amounts of asparagus.ASPARAGUS SALESNUMBER OF POUNDSTOTAL SALES4 lb=$106 lb=$158 l
what is 9-3b-3=and can you pls show how
1/2(4×5)-2³ what's the awnser
the actual value of a dependent variable will generally differ from the regression equation estimate due to
State whether the graph of has infinite discontinuity, jump discontinuity, point discontinuity, or is continuous.
Factored Form : g(t)=(t-1) (t+1) (t+2). Standard Form: . C. Graph g(t) . Be sure to show x-intercept(s) . and behaviors. D. If the stock continued
The table below shows the directions to make concrete. The mix says for every 1 gallon of water stir 60 pounds of dry mix. We know that 1 gallon of water is equ
buy it and Y so that the quadrilateral is a parallelogram 2x - 2 2 y 12 + 8
What expression is equivalent to 8^3 × 8^-7?A: 8^4B: 8^-4C: 8^10D: 8^-10