Computer Science, asked by amanmishra51, 11 months ago

write a program to assign two integers 7 and 9 in variable M and N interchange this values print the integers before and after interchange


nehaljaswal: in which computer language????
nehaljaswal: q basic,csharp,c
++
or visual basic??????????????

Answers

Answered by nehaljaswal
5

in Q BASIC,

Let M=8

PRINT M

Let N=9

Print N

M=M+1

PRINT M

N=N-1

PRINT N

END


nehaljaswal: HOPE iT HELPS
Similar questions