Can you share the code? I've been following this tutorial for my project
@paulchristiantv25586 жыл бұрын
I cant understand the last code . Can you show me the whole code ? Thanks in advance 😃
@bajonk90243 жыл бұрын
Does it run if i type 2+3x4? Edit: What i mean is does it applied pemdas too if i type multiple equation
@emir8706 жыл бұрын
can you explain how you got formulas for mathematical units
@minka8662 жыл бұрын
Win7?
@leonardlandicho56556 жыл бұрын
what is the code for tan?
@alfiebelo44986 жыл бұрын
HAHAHA taga mabini ka ba rin? Hirap hanapin code sa Tan noh?
@graftingofthetreebyakash20832 жыл бұрын
If the code was available, I would be very helpful. Give the code?
@carmelindacartoneros50284 жыл бұрын
can i ask for the code of tan and ln? thank you
@dennismarquez82815 жыл бұрын
can you share the code
@surjosoft96885 жыл бұрын
please check this calculation ---> 1 / 15 if answer comes 0.066666666.... (same as mobile calculator or actual calculator) then your calculator is good. but if answer comes 6.66666666 then explain how is it possible..? that's min calculator not working properly.. please check and reply must..
@lustepfordresourcecenter61764 жыл бұрын
Please, check this video where I explain every thing base on your concern. Click on this Link kzbin.info/www/bejne/l367gYKslK5qh7M, thanks for watching.
@lustepfordresourcecenter61764 жыл бұрын
Please, check this video for further explanations at this link: kzbin.info/www/bejne/nqaYqpqVj9aMsMk
@unofficial_eric13763 жыл бұрын
Share the code or Explain the symbol Text1.text=text1.text symbol right
@allen2445 жыл бұрын
text1.text = text1.text & have error compiler told that method or data member not found help me plsss :D
@allen2445 жыл бұрын
bruhh notice me plss
@unofficial_eric13763 жыл бұрын
Same here I can’t get the symbols use I don’t think is & symbol
@eddysidemen776 жыл бұрын
first i enjoy but in minutes 25.09 u're don't know why not work at X^y. i followed ure step n ure not write code at X^y. im new too but thanks for share thats tutorial
@lustepfordresourcecenter61764 жыл бұрын
Lustepford Resource center Lustepford Resource center 1 second ago Please, check this video for further explanations at this link: kzbin.info/www/bejne/nqaYqpqVj9aMsMk
@noname-ke7kx5 жыл бұрын
Whats da code for Sin, Ln, Log, and Tan? In need of help cuz of this project Would appreciate if u help me
@lustepfordresourcecenter61764 жыл бұрын
Please, check this video for further explanations at this link: kzbin.info/www/bejne/nqaYqpqVj9aMsMk
@Artandaura6 жыл бұрын
what is the coding of "cos" and "X^2"
@lustepfordresourcecenter61766 жыл бұрын
code for cos Private Sub Command25_Click() Text1.Text = Math.Cos(Text1.Text * 1.74532925199433E-02) End Sub 1.74532925199433E-02 = conversion factor for converting angle in degree to radian 1.74532925199433E-02 is equal to pi()/180 code for X*2 is Private Sub Command19_Click() Text1.Text = (Text1.Text) ^ 2 End Sub
@lustepfordresourcecenter61764 жыл бұрын
Lustepford Resource center Please, check this video for further explanations at this link: kzbin.info/www/bejne/nqaYqpqVj9aMsMk
@arpanchatterjee15526 жыл бұрын
You haven't coded the button ce
@lustepfordresourcecenter61766 жыл бұрын
the button ce is coded
@lustepfordresourcecenter61766 жыл бұрын
this is the code for button ce Private Sub Command27_Click() Text2.Text = " " Text1.Text = " " End Sub