Computer Science, asked by funvideobear, 6 hours ago

int num = 40; num *=3; System.out.println(+num);​

Answers

Answered by megan91
1

120 is the answer

num= num*3

= 40*3

Answered by dhruval20
1

Answer:

120

Explanation:

num=num*3

therefore,num=40*3=120

on the output screen you will see:

output(down)

120

Similar questions
Math, 3 hours ago
Math, 8 months ago