Math, asked by likhitsai7005, 1 year ago

What is the value of C? var a = 100; var b = "10"; var c = a + b;

Answers

Answered by mahinderjeetkaur878
0

Answer: - The value of the variable c = 110.

Detailed solution: -

Given: -

The variables with their values are given.

Var a = 100

Var b = 10

We need to find the value of the variable c.

The Var c = a + b (given)

Therefore,

Var c = a + b

=100+10\\=110

Therefore,

The value of the Variable c = 110

As,

The value of the variable a = 100 is added with the value of variable b = 10.

And,

Two numerals or the variables are given under the variable c.

And they are instructed to be added with each other under the variable c.

So,

We get the value of c = 110 by simply adding the value of the variable a and the value of variable b under the variable c.

To know more about the topic, visit the links below: -

https://brainly.in/question/15516131

https://brainly.in/question/4041902

#SPJ1

Similar questions