Java Int Variables #7

preview_player
Показать описание

In this video, I walk you through exactly how to create integer variables in java! ✅I also teach you some facts you may not have known about the java int variable!

All you need to do is this: int a = 2. This will store 2 into the letter a. So anytime we use a, say in a print statement or for doing math, it will use the value 2.

The java int variable can be tricky... But once you practice integers in java you'll surely get the hang of them! Java integers aren't too bad :) If you followed along, congrats! You learned-by-doing!

I hope you enjoyed this tutorial on how to use integer variables in java! I like to have a nice mix of tutorials and actual projects for you all :)

How are you using integer variables? -

Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel.

~

Alex Lee
Рекомендации по теме
Комментарии
Автор

Im a 1st year college student in a intro to java Script class with a teacher that is extremely hands off since everything is online. Your channel has actually taught me the basics numerous times already. Thank you so much for making these videos man!!

theejb
Автор

This channel is underrated :D I love it. Short, handy videos that you can try out yourself quick. Thanks again!

evotec
Автор

Alex: "Hey what's up, I hope you having a great 2019"

Well, that didn't age well.

marko
Автор

Thank you Alex! I have learned more watching your videos than anything I have spent HOURS reading for my Java class!! :)

Nanis-World
Автор

Hey Alex I’m a new subscribe.. i have following your video for last couple of days. Thanks for making it so simple to understand for dummy like me!! Keep up the good work man!

MyDeysFamily
Автор

Your vids make a lot of sense, very well explained. Cheers buddy!

RealAlexMoreton
Автор

I'm actually taking my programming lessons in german but I really enjoy watching english videos more since its definitly easier to understand! Thank you sm!

kaivix
Автор

You made my day a hella a lot smoother because of your quick teaching.

thejonrezcontent
Автор

I took my java exam today for this spring term. My professor makes me to fall in love with java even though he was that fast which is the reason I am here to get a better understanding on java programming base on what i. covered in school this semester. But I have to be honest that I love every bit of your video content on java. I am more than comfortable now to write code in java and work on some basic project as a fresher. Keep it up Bro. We need more content like building certain project in java.

thomasconteh
Автор

i actually love your tutorials so much, learning more here than anywhere else

Thubbie
Автор

Thankyou for this tutorial I've learned a lot♥️

ivytega
Автор

Alex first of all great videos I personally loved them, each and every one of them, I would like to ask something though, I would like to know how to do bubble sort and linear search programming, so I would love to see that programming.

dannymoonjely
Автор

Thank you so much for making these videos, so glad I found this channel

genetelepov
Автор

I’m not even learning Java and this helped me. Keep it up!

JuFixIt
Автор

better than my computer science teacher

CrescentPaws
Автор

Wow you explained everything clear. Thank you

nancydor
Автор

Good job, you are better than my Java teacher!

El.mosquito.
Автор

Thank you for the great course Alex. I'm using intellij IDEA. I wrote this code. int a =2; int b = 5; and int c = 8; then I printed out as System.out.println("The result is " + a + (b * c); the result was supposed to be 42 but it says 240. What is going on. It is multiplying 5 and eight but for somehow it it just ads number 2 in front of the product.

jaakoole
Автор

Alex,can you do a video to teach me how just only accept int value in scanner and run it again if user input is other than integer like A,B,...

victorlum
Автор

For a minute there I thought you said "ninja variables". Another really helpful video! Thanks.

davidr