please tell how to make it more advanced. i.e. adding fractional numbers,etc.
@DakshBabbar5 жыл бұрын
Just do 7/8 +9/7
@paramrajeshirke268 жыл бұрын
hi there! UCASE$ makes my program go nuts, the program doesnot give the expected answer i am using QBasic45. (on my Macbook Pro 2015) is it a compatibility issue?
@PrismAnimates7 жыл бұрын
no but use this code instead it works on every single one of OS: 'QBASIC calculator! Made by Prithak Adhikari DIM a AS INTEGER DIM b AS INTEGER top: CLS PRINT "Welcome to Prithak's Calculator" PRINT INPUT "Enter the first number"; a INPUT "Enter the Mathmatical Operator(+,-,*,/,^,MOD)"; oper$ SELECT CASE oper$ CASE "+" INPUT "Enter second number"; b sum = a + b PRINT "Result: "; sum INPUT "Would you like to do it again(y/n)"; ch$ IF ch$ = "y" THEN GOTO top IF ch$ = "n" THEN END CASE "-" INPUT "Enter second number"; b diff = a - b PRINT "Result: "; diff INPUT "Would you like to do this again(y/n)"; ch$ IF ch$ = "y" THEN GOTO top IF ch$ = "n" THEN END CASE "*" INPUT "Enter second number"; b mult = a * b PRINT "Result: "; mult INPUT "Would you like to d othis again(y/n)"; ch$ IF ch$ = "y" THEN GOTO top IF ch$ = "n" THEN END CASE "/" INPUT "Enter second number"; b div = a / b PRINT "Result: "; div INPUT "Would you like to d othis again(y/n)"; ch$ IF ch$ = "y" THEN GOTO top IF ch$ = "n" THEN END CASE "^" INPUT "Enter second number"; b expo = a ^ b PRINT "Result: "; expo INPUT "Would you like to d othis again(y/n)"; ch$ IF ch$ = "y" THEN GOTO top IF ch$ = "n" THEN END CASE "MOD" INPUT "Enter second number"; b modd = a MOD b PRINT "Result: "; modd INPUT "Would you like to d othis again(y/n)"; ch$ IF ch$ = "y" THEN GOTO top IF ch$ = "n" THEN END END SELECT
@muhammadhaziq95568 жыл бұрын
if we need to limit marks from 0 to 100 what loop do we use
@igorguimaraesdecastro58555 жыл бұрын
For loop
@Shytzedaka10 жыл бұрын
Thanks a lot Bec of you i can enjoy makeing Programs" Also i Changed a bit and it worked I did A was P name was Plus and the Subtract was Less Then lol Thanks +Sub +liked
@prithviprasai71517 жыл бұрын
thanx for that awsome video bro................
@ayushagarwal8319 жыл бұрын
what is UCASE$ for
@SchoolFreeware9 жыл бұрын
Ayush Agarwal UCASE$ - Converting Letters To Upper Case
@ronimandal75007 жыл бұрын
SchoolFreeware
@vrushantmukherjee67517 жыл бұрын
SchoolFreeware
@ayanjamil82704 жыл бұрын
a humble thanks
@uddhavaggarwal10874 жыл бұрын
i tried but its not wrkng it just gives output as number 1 and no operation is happening i checked every thing is right but its not wrkng
@bombi87093 жыл бұрын
could you try copying and pasting your code here? or posting a hastebin link , I can help try and solve the issue for you if you still have this problem
@Herbarius13 жыл бұрын
Nice for you to do these.. Kudos and thumbs up! But maybe you should switch over to FreeBasic? If not, would you be okay with others to adjust your tutorials for FreeBasic?
@anirudhrs76567 жыл бұрын
what does UNCASE$ mean?
@PrismAnimates7 жыл бұрын
If you mean UCASE$ Then it converts the letters to upper case( for eg: w To W)
@sulochanashaw66277 жыл бұрын
Very useful but what is (UCASE)
@emperoraltonia6 жыл бұрын
Converting letters into upper-case.
@jitendraphysicspoint21594 жыл бұрын
Plz me program Qbasic calculate energy levels research
@nehanarula123 жыл бұрын
what do u mean
@srijanashrestha3224 жыл бұрын
Nice 😯😯😯😯
@vargascarlitos11 жыл бұрын
my q64 no accept "UCASE$" and DIM commands ..
@DakshBabbar5 жыл бұрын
Maybe a glitch. Try re-installing your qb 64
@tushardesai1502 жыл бұрын
awesome :)
@eli37co2 жыл бұрын
Need to check devision by zero
@mahertaha952911 жыл бұрын
goooooddd
@spencerh842610 жыл бұрын
Hey is this app safe?
@austinfrancis41209 жыл бұрын
i'm not even 18 and i am using it so tell me if its safe
@paramrajeshirke268 жыл бұрын
+AUSTIN FRANCIS lmao haha
@somebody90338 жыл бұрын
+AUSTIN FRANCIS YES IT IS. I AM ONLY 8 AND I USE IT