In this tutorial we do some preparation work to program a typing speed tester program. Eddie will take you through programming a stopwatch step by step, using the timer object, a label and 3 buttons (Start, Stop, Reset). Don’t delete this program – we will need it to continue programming our typing speed tester in …
In this lesson we talk about how to solve a probability question by drawing a tree and multiplying the probabilities along the tree to get a solution to the problem.
In this lesson you learn to make an object move on the screen using the timer object (timer ticks every 10ms and if the boolean variable is true, the object will be moved to the right by one pixel).
In this lesson we start talking about discrete random variables and discrete probability distributions.
In this tutorial you learn how to write a program to allow the user to move an object around on the screen using arrow keys by using the select case statement in conjunction with the Keydown event to alter the picture box’s Left and Up properties. You also need to take note that subtracting the …
Did you know there is a simple formula you can use to integrate exponential functions? here it is 🙂
In this lesson we create a “Guess the number” game. You learn how to declare variables as well as writing the IF THEN ELSE and ELSEIF statements.
In this tutorial you learn the most basic way of differentiating and integrating exponential functions. You also learn some theory behind how it works, why is the derivative of e^x the same as e^x.
In this series of videos you will learn how to write a program in Visual Basic. We will learn by doing, so you will see step by step how to do everything, with full explanation. In this first video. you learn how to insert objects on the screen, and how to change their properties by …
In this video I show you guys the back and forth differentiation and integrate of an Ln function.