У нас вы можете посмотреть бесплатно Common Strings Operations in Programming (Learn To Program With Huw) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Strings are lists of characters. C#, Java and many other languages provide functions or methods to deal with strings – by setting them to uppercase or lowercase, for example. You may also need to find individual characters in a string or add one string onto the end of another one. In this video, I explain common string operations. Be sure to bookmark the course playlist and subscribe to the Code With Huw Channel. Course Playlist: • Learn To Program With Huw (Complete Course) I have spent over 40 years programming, teaching other people to program, writing programming books and working as a software developer. In this course, I aim to distil the knowledge that I’ve gained to help you to understand the art and science of computer programming. PROGRAMMING BOOKS ==================== If you want to learn C# and Java programming in more depth (and also support this channel!) you might think of buying one of my books. I have written books on C programming, Object Pascal (Delphi), Ruby and other languages. If you want to follow this course using Java, you may find my Java book useful: The Little Book Of Java Programming Amazon (US) https://amzn.to/2R7tpwF Amazon (UK) https://amzn.to/39Fc6cC If you are following the course using C#, I recommend this book: The Little Book Of C# Programming Amazon (US) https://amzn.to/2JWDI0o Amazon (UK) https://amzn.to/2YaCPtS Good luck! And good programming! Huw