Thank you so much! Your video link was given to me by my school as they can't teach in the lockdown. I am having online exams and your video was very helpful. Plz keep on making such videos. I am in class 7 BTW
CLS REM to print the sum of squares of even numbers from1 to 20 FOR i = 2 TO 10 STEP 2 PRINT i ^ 2 sum = sum + i ^ 2 NEXT i PRINT "the sum is"; sum END
If is used when u want to mention a condition .then is used if the statement is as per the condition.else is use d when the statement u have does not agree with the condition and then u have to write another condition(not necessary )
Very nice....explained
My all dout are clear now..........
LITTLE UNDERSTOOD
Very helpful .....Thank you
I liked your video very much.😍
explained very nicely😀
Awesome thanks sister you are one of the best
I am very helpful by this vedio
tomorrow is my practical exam
You are cute
Your age
My text exam but still watching thia
Me too
I have a exam tomorrow morning and ı m so happy for you ı hope tomorow more happy thank you very much (=
very nicely explained !
my all doubts are clear now
Thank you so much! Your video link was given to me by my school as they can't teach in the lockdown. I am having online exams and your video was very helpful. Plz keep on making such videos. I am in class 7 BTW
?Me TOO
Same
very nicely explained. ..my all doubts are clear now!
must appreciate !
Me too...
how to write a program to print the sum of squares of even no from 1to20 in reverse order
How to print sum of even numbers from 1to 20 in reverse order.
I mean sum of squares of even numbers from 1 to 20.
How do we print that
CLS
REM to print the sum of squares of even numbers from1 to 20
FOR i = 2 TO 10 STEP 2
PRINT i ^ 2
sum = sum + i ^ 2
NEXT i
PRINT "the sum is"; sum
END
Thank you
THIS VIDEO IS SO HELP FULL
Thank u soo much u make understand 100%
I guess there is no debug option, is there?
Thank you so much ☺️☺️
Thank you.. that was great
very good vedio
how to print the series 1 2 4 7 11 .... 10th term
n=1
for i=1 to 10
print n;
n=n+i
next i
end
hi gita
can you explain if then statement
Can u please tell us about the if then else command
if then else
If is used when u want to mention a condition .then is used if the statement is as per the condition.else is use d when the statement u have does not agree with the condition and then u have to write another condition(not necessary )
A=10
CLS
Input"enter first no";n1
If n
THANKS
Can we get the square roots of numbers through QBASIC
yes
cls
input "enter a no";n
a=sqr(n)
print "sq root is";n
end
Yup
Can we do reverse counting through do while.......loop
Haven't actually went and seen if you could but off the top of my head try do until % = 0 and make a formula subtracting the original number: % = %- 1
5 25 125 ........... how to do this program
your voice is very sweet......... if you will try....... you may become a singer..
Good explanation
Mam I have a doubt in q basic can we use end statement
Ur program runs without end statement too but maybe in exam dont forget to write end
Thx
Please your voice should be high.
thanks for let me knowing about Q basic thank you very much
प्लस can you tell me the app name
Qbasic 64
Good
How to convert do while loop into if then
Please give me an example. Whay exactly you want to convert.
@@kavithasamuel9033 lol
Thanku
Thanks mam
I don't understand while wend
thank u soo much, it helped me alot for my exams and the explanation part was very very nice. thank u again😉😀
Thank u...
Thankyou
Thanks
thank u
thank u mam i really thank you you helped me in my test
Ok and thank you please speak in hindi
how to reverse the loop like 10 9 8 7 6 5 4 3 2 1
write 10 to 1
PRANAV PATHAK idk
Tech Mad
Cls
For a=10 to 1
Print a
Next a
Write in 10 to 1
Tech Mad
A = 10
Do
A = A - 1
Print A
Loop until a = 0
Or
For I = 10 to 1
Print I
Next I
Boaring
👎🏻
rem can be used after cls?
Why we use rem
Thanku