Computer Science, asked by ananyobrata, 1 month ago

To assign a value 10 to a number variable N2.​

Answers

Answered by abdulhadicoder
3

Answer:  N2 = 10 (in Python)

var N2 : Int = 10 (in Swift)   [var-variable , Int-Integer]

let N2 = 10 (in JavaScript)

Explanation:

Hope this helps you

Answered by rameshsakpal110783
0

Answer:

Use the ASSIGN Command. This command assigns an expression result or the field value to a variable. Variables are usually created with the DEFINE command and assigned a value.

Similar questions