Тёмный

What is Input/Output in C# - Programming tutorial for beginners 

Подписаться
Просмотров 3,3 тыс.
% 193

In this programming tutorial, we will learn about input and output. It is one of the most important programming concepts. You will learn how to insert data into the application and how to show the data to the user.
Enjoy the video and leave your questions in the comment section.
If you want to gain more practical experience in building real apps and get career-ready skills, join my Practical Programming Course below.
🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/
Experience the power of practical learning, gain career-ready skills, and start building real applications!
This is a step-by-step course designed to take you from beginner to expert in no time!
💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
Use it quickly, because it will be available for a limited time.
📚 Learn programming with these Free E-Books ⬇
C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book
Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook
Download Visual Assist here: bit.ly/WT-CB
I use it to enhance the performance, features, and support for C, C#, and C++ development in Visual Studio.
Download Ultra Edit here: bit.ly/UE-CB
It is a powerful, secure text editor designed specifically for programmers.
Related videos:
C# Variables and Data Types - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-yquQ9mLtkN8.html
CONTENTS:
00:00 - Introduction to input and output
00:14 - Where to learn practical programming
01:29 - What is input in programming
02:11 - What is output in programming
02:35 - Let's practice
02:52 - Console.WriteLine (Writing text)
03:25 - Console.ReadLine (Reading text)
04:53 - Converting string int number
Add me on:
Instagram 📸 - TrueCodeBeauty
Twitter 🐦- TrueCodeBeauty

Наука

Опубликовано:

 

17 апр 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 24   
@CodeBeauty
@CodeBeauty 2 месяца назад
🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/ Experience the power of practical learning, gain career-ready skills, and start building real applications! This is a step-by-step course designed to take you from beginner to expert in no time!💰Use this coupon to save 10% (CODEBEAUTY_YT10). Use it quickly, because it will be available for a limited time. 📚 Learn programming with these Free E-Books ⬇ C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook
@user-dj2ll1yu7c
@user-dj2ll1yu7c 2 месяца назад
WOOW Cshr AWESOME AND YOU AWESOME, C++ AND C# GOOOD WOOMEN )) TEACHING "HELLO WORLD", NOOOOOOOOO
@ted2704
@ted2704 2 месяца назад
Great video............love your top too !
@awaistech629
@awaistech629 2 месяца назад
I have watched many C++ and C# RU-vid tutorials. But, her teaching style is amazing and even an absolute beginner can easily understand it. Love from Pakistan 🇵🇰🇵🇰🇵🇰❤️.
@MerrowGula
@MerrowGula 2 месяца назад
you watched so many with no progress, so you start to watch the easy subjects again ? how is that going for you ?
@rohlmayers1792
@rohlmayers1792 2 месяца назад
Hi Saldina, Do you teach any frameworks in your course?
@vvkbees6473
@vvkbees6473 2 месяца назад
😻 spasibo
@islamahmed-iq6il
@islamahmed-iq6il 2 месяца назад
did you finish all the videos in your practical course
@wilgarcia1
@wilgarcia1 2 месяца назад
❤❤❤❤❤❤
@projectultimatesoul3458
@projectultimatesoul3458 2 месяца назад
2:48 Hello Saldina! (David is my actual name hehe)
@AbderraoufDZ
@AbderraoufDZ 2 месяца назад
Saldina, where is C++ courses, why did you stoped them ?
@MerrowGula
@MerrowGula 2 месяца назад
because most of the money comes from beginners looking up beginner tutorials. so for most youtubers this means to repeat the basics in different languages.
@thetaoufiq6703
@thetaoufiq6703 2 месяца назад
❤❤❤❤❤
@wilgarcia1
@wilgarcia1 2 месяца назад
🧡🧡🧡🧡🧡🧡
@CodeBeauty
@CodeBeauty 2 месяца назад
❤️❤️❤️
@aleemraza4513
@aleemraza4513 2 месяца назад
I required c++ course . Why you stopped it plz continue
@aleemraza4513
@aleemraza4513 2 месяца назад
Opp is Also continue
@GaryChike
@GaryChike 2 месяца назад
Great tutorial Saldina! I can see the Delphi/Pascal influence in C# - makes sense since Anders Hejlsberg was heavily involved in Delphi. One of his regrets is not having maintained Pascal's type annotation coming after the variable name. `num1: int` vs `int num1`. Almost all newer languages nowadays have the type annotation after the variable name. Kotlin: fun sumTwoNums( num1: Int, num2: Int ): Int { return num1 + num2 } Swift: func sumTwoNums( num1: Int, num2: Int )-> Int { return num1 + num2 } Haxe: static function sumTwoNums( num1: Int, num2: Int ): Int { return num1 + num2; } Odin: sumTwoNums :: proc( x: int, y: int ) -> int { return x + y } Zig: fn sumTwoNums( a: i8, b: i8 ) i8 { return a + b; } Rust: fn sumTwoNums( num1: i32, num2: i32 ) -> i32 { num1 + num2 } TypeScript: function sumTwoNums( num1: number, num2: number): number { return num1 + num2; } One of the few languages that maintained a C/C++ - like syntax is Dart: int sumTwoNums(int num1, int num2) { return num1 + num2; }
@Mohamedibrahim-vp4jz
@Mohamedibrahim-vp4jz 2 месяца назад
We need c++
@kailuu8185
@kailuu8185 Месяц назад
I love your content.... but feels you spent more time plugging your course/channel than delivering actual content which is a shame...
@CodeBeauty
@CodeBeauty Месяц назад
Thank you. I've put a lot of time in creating YT videos. And regarding my course, it took a year and a half of work behind the camera. if you have something that you really believe in and that has proven to work for a lot of students of my course already, wouldn't you also offer it? I still continue to provide free educational content because I understand that there are people who don't have money to purchase the course, but for those who want to speed up their progress, get my help, learn to code and get a job, they can enroll in the course and see for themselves how it works. I offer 7 days money-back guarantee, so you really have nothing to lose. Try it out before you write comment like this. 🚀✨️