Computer Science, asked by abishek5612, 2 months ago

int x=10;

if (x>10 && x<30)

x=x+1;

else

x=x-1;

System.out.println(x);​

Answers

Answered by purveshKolhe
1

Answer:

The output will be

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

Answered by Terencelal
0

Answer:

may be the upper answer is right

Similar questions