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

Another question on Biology

question
Biology, 21.06.2019 23:00
Development of new communities in disturbed environments, such as a burned or a clear cut forest, is called
Answers: 2
question
Biology, 22.06.2019 00:10
Which would happen if more forests were cut down? a. the nitrogen cycle would be stopped b. nitrogen would be fixed by bacteria more quickly c. the amount of co2 in the atmosphere would increase d. fossil fuels would build up in the soil c the amount of co2 in the atmosphere would increase
Answers: 1
question
Biology, 22.06.2019 16:00
Which of the following would involve looking at different structures of organisms and comparing how similar they are? a. vestigial structuresb. radiometric datingc. homologous structures
Answers: 1
question
Biology, 22.06.2019 21:30
Look at the inheritance patterns. what do you notice? can a single offspring inherit both chromosomes from one parent?
Answers: 2
You know the right answer?
Int x = 128; System. out. println(x); //line1 x = -98; System. out. println(x); //line2

Questions
question
Mathematics, 01.10.2019 04:30
question
Mathematics, 01.10.2019 04:30
question
Mathematics, 01.10.2019 04:30
question
History, 01.10.2019 04:30