00:01
We are going to be creating a java program that will calculate whether the input from the user is top performance, poor performance, and whether the difference between the two is a large standard deviation.
00:19
So to get started, we want to make sure that we've inforted our scanner so that we can get input from our user.
00:26
Next, we want to create a scanner variable so that we can use it.
00:32
To store our input.
00:38
So we need to print a message.
00:41
So system dot out of print enter highest mark.
00:56
We can also copy this.
01:00
Enter lowest mark.
01:06
Okay, so in between these we want to create an integer in cards each and highest mark.
01:14
And we need to do so, s -a, which is our scanner.
01:19
Next, integer.
01:23
And that's how you store input from the user in java.
01:30
So we're going to do the same thing for this, lm, and we're going to copy this and base.
01:42
Now see, we want to create another integer, call it the difference, or diff, and we want to find a difference of it too.
01:58
Now we will write an if statement.
02:04
So if the high mark is greater than part equal to 90...