subject
Biology, 21.11.2020 22:10 jude3412

Int x = 128; System. out. println(x); //line1 x = -98; System. out. println(x); //line2

byte b = 24; System. out. println(b); //line3

char c = 97; System. out. println(c); //line4

double d = 9.9; System. out. println(d); //line5

d = 5.2; System. out. println(d); //line6

float f = 9.87f; System. out. println(f); //line7

short s = 350; System. out. println(s); //line8

int z = 'A'+5; System. out. println(z); //line9

c = 'A'+5; System. out. println(c); //line10

double w = 'a'+5; System. out. println(w); //line11

long u = 'A'-48; System. out. println(u); //line12

w = f+5; System. out. println(w); //line13

b = (byte)x; System. out. println(b); //line14

w = 'A' * 2.0; System. out. println(w); //line15

f = w; System. out. println(f); //line16

s = c; System. out. println(s); //line17
z = w; System. out. println(z); //line18

ansver
Answers: 1

Other questions on the subject: Biology

image
Biology, 21.06.2019 19:30, jessiereyes2924
Name the following: (a) category of pathogen that causes diseases, like common cold and mumps. (b) the microorganism that requires a host to produce.
Answers: 2
image
Biology, 22.06.2019 01:00, ellamai16
Complete the statements to identify the first two steps of meiosis i. (1 ) the first and longest step of meiosis i is called i. (2)the second step of meiosis i is called i.
Answers: 1
image
Biology, 22.06.2019 07:30, tamerrapittsoy4ii6
Pls need ! in your opinion, what are the limiting factors that might affect the growth or diversity of our ecosystem? respond to this question in claim, evidence, reasoning format. 1. make your claim (i are the limiting factors that might affect the growth or diversity of our 2. follow the claim with 3 pieces of evidence. evidence may be taken from the reading, the videos, previous lessons, or googled answers. site sources, too. 3. use reasoning to explain why you chose your evidence.
Answers: 2
image
Biology, 22.06.2019 15:30, adriannacomrosenbark
The most effective way to provide children with safety messages is to
Answers: 3
You know the right answer?
Int x = 128; System. out. println(x); //line1 x = -98; System. out. println(x); //line2

Questions in other subjects:

Konu
Mathematics, 27.02.2021 04:20