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, 21.06.2019 23:00
What computer network component allows data transfers from one computer to another through a telephone line?
Answers: 1
question
Computers and Technology, 22.06.2019 19:30
Avariable definition defines the name of a variable that will be used in a program, as well as
Answers: 3
question
Computers and Technology, 23.06.2019 06:30
When early motion pictures played in movie theaters, they were often accompanied by live organ or piano music. which of the following are the most likely reasons that this happened? (select all that apply). the music was provided to distract audience members from the loud sounds made when filmstrips were changed. the music accompanied the movies because the movies were silent and audiences were used to hearing music during plays in theaters. the music usually was played before, and sometimes after the movie, as an alternative form of entertainment. the music viewers to interpret the dramatic action in the films.
Answers: 2
question
Computers and Technology, 23.06.2019 07:10
If you want to import a picture into a dtp application, what must you do first? draw an image frame. import text. open the folder containing the file. select get image… from the windows menu.
Answers: 2
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.08.2019 09:30
Questions on the website: 13722361