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 19:10
Which statement about inheritance is true? o girls get most of their traits from their moms, boys get most of their traits from their dads. o male offspring will always have an x-linked genetic disease if the mom is a carrier o fathers always determine the gender of the offspring in humans. o males never have y chromosomes.
Answers: 3
question
Biology, 22.06.2019 08:00
Which of the following is a testable hypotheses?
Answers: 1
question
Biology, 22.06.2019 08:30
Which member of the following food chain will be least affected by ddt, a pesticide water pollutant, if bio-magnification is occurring? algae> zooplankton> crayfish> leopard frog> large mouth bass
Answers: 3
question
Biology, 22.06.2019 09:30
Laura yin suggested i contact you concerning the marketing position available at eastern arbor. i am inspired to pursue my marketing interests at eastern arbor due its reputation as a prestigious innovative and growing company in liability policies
Answers: 1
You know the right answer?
Int x = 128; System. out. println(x); //line1 x = -98; System. out. println(x); //line2

Questions
question
Mathematics, 12.12.2020 16:20
Questions on the website: 13722367