AP Computer Science Unit 2b: Using Objects (Strings, Wrapper Classes, and the Math Class)

preview_player
Показать описание
Introduction to AP Computer Science

In this video learn how to use several built-in classes such as the String Class, Integer and Double Wrapper Classes, and the Math Class.

NEED HELP?

❤️❤️ SHOW SOME LOVE AND SUPPORT THE CHANNEL ❤️❤️

Click Join and Become a Channel Member Today!
Channel members can get preferential comment replies, early access to new content, members only live streams, and access to my private Discord.

Amazon Affiliate Links

Other Affiliate Links

LINKS

LEARN MORE PYTHON

LEARN MORE JAVA

#Java #Tutorial #Beginner
Рекомендации по теме
Комментарии
Автор

You teach me in 6 hours more than what my teacher teaches me in 8 months.

bobcook
Автор

*Working for AP, *
*Glad that I found this video!*

demirozdemir
Автор

Its almost 4th quarter and I have been struggling all year, my teachers move so fast and there is no time to even process what they are saying, and they skip over so much saying how we should just 'know' as if we aren't taking the class to learn it :, )
Thank you for making these videos you saved my grade

KnightLightSun
Автор

Around the 14:53 mark you typed "System.out.println("fullName substring 1, 6: " + fullName.substring(0, 6));" instead of "System.out.println("fullName substring 1, 6: " + fullName.substring(1, 6));"

glij
Автор

10:39
You used /t, but why is there only a single space between alpha and beta, but tab between beta and gamma?

yulunzeng