Computer Science, asked by Drishtilekhwani, 1 year ago

write a q basic program to find the sum of two numbers​

Answers

Answered by robinsonpastinp87b6v
1

Hello there,

The following is quick and dirty, but it should do the trick :

I m taking the help of Example... Ok bro....

10 REM ‘Program to find the sum of of even numbers between 10 and 50’

20 CLS

30 LET s = 10

40 FOR i = 10 TO 50 STEP 2

50 LET s = s + i

60 NEXT i

70 PRINT "The sum of the numbers is "; s

80 END

plz... mark me as brainlist

Thanku....


nk9421408: Bhai ques or ans dono samaj ni aa rehe plz.help me out
Similar questions