subject

What is the purpose of the " + " in the code labeled // line 2 below ? int sum;
int num1 = 3;
int num2 = 2;
sum = num1 + num2; // line 1
System. out. println(num1 + " + " + num2 + " = " + sum);// line 2

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 16:00
How do i draw hello world in python and how do i make it loop?
Answers: 1
question
Computers and Technology, 23.06.2019 01:30
Which tab is used to change the theme of a photo album slide show? a. design b. view c. transitions d. home
Answers: 1
question
Computers and Technology, 24.06.2019 02:40
Has anyone seen my grandma shes been gone for 4 years already
Answers: 1
question
Computers and Technology, 24.06.2019 11:00
Each row in a database is a set of unique information called a(n) ? a.) table. b.) record. c.) object. d.) field.
Answers: 2
You know the right answer?
What is the purpose of the " + " in the code labeled // line 2 below ? int sum;
int num1 = 3;...
Questions
question
Computers and Technology, 12.05.2021 18:00