ASMR explaining Java primitive types
This is an ASMR styled video of me explaining the eight primitive types you will see in Java. Some of these types hold whole integers (no decimals), some types store decimal numbers while others store true/false and ASCII characters.
I make typing sounds with my keyboard as I type code as well as whisper for your tingles. Hopefully this gives your needed tingles and you might learn something about primitive types in Java. You might not know what Java or programming in general is, but it is writing lines of code to tell the computer to perform instructions.
*Note when I said "whole numbers" in the video I meant numbers with no decimals, both positive and negative. I did not say integers because I thought it might cause a confusion between the mathematical definition of integer and Java's int data type.
chapters:
[0:00] Intro
[0:40] boolean
[2:21] byte
[5:14] char
[8:16] short
[11:27] int
[13:05] long
[16:17] float
[17:57] double
[19:20] recap end conclusion
[20:42] End