Computer Science, asked by Anonymous, 7 months ago

Which of the following are the correct way to initialise the variables i and j to a value 10 each?​

Answers

Answered by Anonymous
0

There are 2 possible ways.

1. Use this.

I = 10

j = 10

2. Or this

i,j = 10,10

hope \: this \: helps

Similar questions