subject
Computers and Technology, 20.11.2020 04:30 Z0D

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

1.

2.

3.

4.

5.

6.

7.

8.

9.

10.

11.

12.

13.

14.

15.

16.

17.

18.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 13:30
Stops: using the information learned in this course, explain three things you will not do when driving. a. b. c. explain why you will not do these things when driving. starts: using the information learned in this course, explain three things you will do when driving. a. b. c. explain why you will do these particular things when driving. explain one thing you will stop doing as a passenger. explain one thing you will start doing as a passenger.
Answers: 3
question
Computers and Technology, 23.06.2019 18:50
What is transmission control protocol/internet protocol (tcp/ip)? software that prevents direct communication between a sending and receiving computer and is used to monitor packets for security reasons a standard that specifies the format of data as well as the rules to be followed during transmission a simple network protocol that allows the transfer of files between two computers on the internet a standard internet protocol that provides the technical foundation for the public internet as well as for large numbers of private networks
Answers: 2
question
Computers and Technology, 24.06.2019 15:00
In excel, what happens to the cell contents when you click and drag a cell into multiple cells?
Answers: 1
question
Computers and Technology, 24.06.2019 19:00
Luis is cloud-based( microsoft bot framework). true false
Answers: 1
You know the right answer?
Int x = 128; System. out. println(x);//line1 x = -98; System. out. println(x);//line2

b...
Questions
question
Mathematics, 20.02.2020 03:35
Questions on the website: 13722367