I like how every video is short because the information taught became easier to digest :)
@noobfisherman16264 жыл бұрын
9 years later and only 95k views??? this should me in the 5 millions.. Good vid. Thanks. I wish I have the half of your subs..
@Blacklight600013 жыл бұрын
@Masteryxx the code that generates the question "Do you have insurance" is writen outside the if statment so no matter what your answer at the first question is the program will display the second one. Just in case you haven't figure it out by now.
@TYMON39911 жыл бұрын
I have a question. Can you do If age = >16 Then?
@sheldon123ize12 жыл бұрын
Lol its different to JavaScript too most languages have there minor differences but i would like to get to know those differences will help you to understand better why they are done the way they are done... I LOVE Javascript but i HAVE to learn this to get a certificate :P but this guy makes it interesting :)
@daniellarosssantos84594 жыл бұрын
Thank you for this video! It helps a lot
@HexPlays13 жыл бұрын
i cant believe how much fun learning could be. who new lol. (coming from a 17 year old freshman haha)
@madhukamelan70146 жыл бұрын
thanks sir. you solved my big problem
@forgottencameras4 жыл бұрын
It is throwing flags for unneeded values on both variables (= Nothing not needed); is this because of the updates done to VB since 2011 telling us it is not needed or is this just something that is no longer needed and discouraged when writing VB in these newer versions? Also this VB tutorial is better than the stuff on SkillShare and is better than college textbooks and the "...For Dummies/...For Idiots" books I've looked at.
@carstorm8513 жыл бұрын
@sociomaladaptivist error: line line 6. LikeThis expected no arguments but received 1
@serpent03510 жыл бұрын
Great video's Love them...!
@Masteryxx13 жыл бұрын
the If statement will only work if age = 16. So why when you have age = 18 the question: "Do you have insurance" will appear ?
@joshmason1112 жыл бұрын
I would like a msgbox to appear before submiting. if they press yes then go to slide 3 Dim intresponse As Integer Private Sub CommandButton1_Click() correct = 0 intresponse = MsgBox("Are you sure you want to submit?", 36, " ") If intresponse = vbYes Then If TextBox1.Text = "2^6 - 63" Then correct = correct + 1 q1 = "Correct" SlideShowWindows(1).View.GotoSlide (3) Else correct = correct + 0 q1 = "Incorrect" SlideShowWindows(1).View.GotoSlide (3) End If TextBox1.Text = "" Please reply!
@MayerHonza12 жыл бұрын
why dont we use if Age = 16 And hasInsurance = true Than Console.Writeline("blahblah") else console.writeline("blahblah") end If ?
@AhiungLim10 жыл бұрын
yeah, i only added ">" symbol to fix that logic.
@HikikomoriDev11 жыл бұрын
2 people got pulled over....
@Shaiya1Noob11 жыл бұрын
ty vm
@TheDesius11 жыл бұрын
This is the same right? If age = 16 and insurance = true then
@TheSatyrical12 жыл бұрын
He doesn't use "And" because what if you are 16 but don't have insurance? You wouldn't be able to say something along the lines of, "You can drive but be safe without insurance." Well, you could, but using nested if statements is much easier.
@RalphNgOfficial11 жыл бұрын
good video
@joshmason1112 жыл бұрын
My previous comment was supposed to be spaced out, sorry if it's a bit hard to read:/
@LightCodeDemonH11 жыл бұрын
( and ) required = ("derp") Console.ExplodeViolently is not a valid expression.