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, 22.06.2019 13:30
1. technician a says horsepower information can be used by consumers to compare the power of different automobile engines. technician b says that manufacturers will often list the horsepower output of their engines in the online service information. who is right?
Answers: 2
question
Computers and Technology, 23.06.2019 10:00
Install and use wireshark program ( send back screen shots and other vital information) case project 3-2: decode a tcp segment in a wireshark capture in this chapter, you walked through tcp segment to interpret the data included in its header. in this project, you use wireshark to capture your own http messafes, examine the tcp headers, and practice interpreting the data you'll find there. 1. open wireshark and snap the window to one side of your screen. open a browser and snap that window to the other side of your screen so you can see both windows.
Answers: 2
question
Computers and Technology, 23.06.2019 11:00
How should you specify box sizes on a web page if you want the boxes to vary according to the font size of the text they contain? a. in pixels b. in inches c. as percentages d. in em units
Answers: 2
question
Computers and Technology, 23.06.2019 12:00
What does the level 1 topic in a word outline become in powerpoint? a. first-level bullet item b. slide title c. third-level bullet item d. second-level bullet item
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, 01.09.2019 10:50
question
English, 01.09.2019 10:50
Questions on the website: 13722367