Computer Science, asked by palghoshshrabani, 11 months ago

IN Visual Basic Program the out put will be
DIM N,M, R
M = 36
N=16
R=M+N
Value of R?​

Answers

Answered by dummyboyz97
0

Answer:

its not online is it???

welp i can help

Answered by gayatrikumari99sl
0

Answer:

52 is the required value of R .

Explanation:

Given , DIM N,M,R

M = 36

N= 16

R = M+ N

A graphical user interface in Visual Basic (VB), a Microsoft event-driven programming language and environment, enables programmers to change code by simply dragging and dropping objects and specifying their behaviour and appearance.

In Visual Basic Program the out put will be ;

M = 36

N = 16

R = 36 + 16

⇒ R =  52

Hence , value of R is 52  .

#SPJ3

Similar questions