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

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 24

  • @CodeBeauty
    @CodeBeauty  8 месяцев назад +6

    🚀📈💻🔥 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

    • @ТимаКама
      @ТимаКама 8 месяцев назад +1

      WOOW Cshr AWESOME
      AND YOU AWESOME, C++ AND C# GOOOD WOOMEN ))
      TEACHING "HELLO WORLD", NOOOOOOOOO

  • @awaistech629
    @awaistech629 8 месяцев назад +4

    I have watched many C++ and C# RUclips tutorials. But, her teaching style is amazing and even an absolute beginner can easily understand it. Love from Pakistan 🇵🇰🇵🇰🇵🇰❤️.

    • @MerrowGula
      @MerrowGula 8 месяцев назад

      you watched so many with no progress, so you start to watch the easy subjects again ? how is that going for you ?

  • @rohlmayers1792
    @rohlmayers1792 8 месяцев назад +1

    Hi Saldina,
    Do you teach any frameworks in your course?

  • @ted2704
    @ted2704 8 месяцев назад +1

    Great video............love your top too !

  • @GaryChike
    @GaryChike 8 месяцев назад +1

    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;
    }

  • @AbderraoufDZ
    @AbderraoufDZ 8 месяцев назад +1

    Saldina, where is C++ courses, why did you stoped them ?

    • @MerrowGula
      @MerrowGula 8 месяцев назад

      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.

  • @islamahmed-iq6il
    @islamahmed-iq6il 8 месяцев назад

    did you finish all the videos in your practical course

  • @thetaoufiq6703
    @thetaoufiq6703 8 месяцев назад +1

    ❤❤❤❤❤

  • @vvkbees6473
    @vvkbees6473 8 месяцев назад

    😻 spasibo

  • @wilgarcia1
    @wilgarcia1 8 месяцев назад +3

    🧡🧡🧡🧡🧡🧡

    • @CodeBeauty
      @CodeBeauty  8 месяцев назад +3

      ❤️❤️❤️

  • @projectultimatesoul3458
    @projectultimatesoul3458 8 месяцев назад

    2:48 Hello Saldina! (David is my actual name hehe)

  • @aleemraza4513
    @aleemraza4513 8 месяцев назад

    I required c++ course . Why you stopped it plz continue

  • @aleemraza4513
    @aleemraza4513 8 месяцев назад

    Opp is Also continue

  • @wilgarcia1
    @wilgarcia1 8 месяцев назад

    ❤❤❤❤❤❤

  • @Mohamedibrahim-vp4jz
    @Mohamedibrahim-vp4jz 8 месяцев назад

    We need c++

  • @kailuu8185
    @kailuu8185 7 месяцев назад +1

    I love your content.... but feels you spent more time plugging your course/channel than delivering actual content which is a shame...

    • @CodeBeauty
      @CodeBeauty  7 месяцев назад +1

      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. 🚀✨️