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, 22.06.2019 00:50
When is your respiration rate likely to change? a. when your intestines are digesting b. when your cells have too much glucose c. when your cells need more oxygen d. when your liver is working after a meal
Answers: 2
question
Biology, 22.06.2019 01:00
Why reason best illustrates why hershey and chase chose to use viruses in their experiment?
Answers: 2
question
Biology, 22.06.2019 01:30
Environmental impacts on evolution : mastery test
Answers: 3
question
Biology, 22.06.2019 17:40
Which organelle stores most of a cell’s dna?
Answers: 2
You know the right answer?
Int x = 128; System. out. println(x); //line1 x = -98; System. out. println(x); //line2

Questions
question
Computers and Technology, 21.11.2020 04:50
question
Mathematics, 21.11.2020 04:50
Questions on the website: 13722360