Sololearn | Introduction to C# Full Course Answer With Practice Set | Free Certification C#

  Рет қаралды 14,933

SOLO SOLUTIONS

SOLO SOLUTIONS

Күн бұрын

#20 #CSharp #DotNet #CSharpProgramming #CSharpDeveloper #CSharpCode #CSharpCommunity #CSharpCorner #CSharpLove #CSharpLife #CSharpCoding #CSharpSkills #CSharpTips #CSharpTricks #CSharpProjects #CSharpLearning #CSharpMastery #CSharpWorld #CSharpProgrammer #CSharpInnovation #CSharpDev
C# is used by many large organizations, start-ups and beginners alike. It takes some of the useful features of C and adds syntax to save time and effort.
Although C# is based on C, you can learn it without any knowledge of C - in fact, this course is perfect for those with no coding experience at all! And
if you enjoy learning C# you can continue to our Intermediate C# course.
►CONTENTS
1. Getting started
2. Operators and Strings
3. Decision Making
4. Loops
5. Methods
Complete Course Playlist:
►C kzbin.info....
►C++ kzbin.info....
►WT kzbin.info....
►JAVA kzbin.info....
► SQL kzbin.info....
► R kzbin.info....
►PYTHON kzbin.info....
Contact Me On Social Media For Any Help
►Twitter: / tejasshinde2803
►Instagram: / tejasshinde. .
MUSIC IN THIS VIDEO
Track: Josh Rubin - Surrender [NCS Release]
Music provided by NoCopyrightSounds.
Watch: ncs.lnk.to/surr...
Free Download / Stream: ncs.io/surrender
If You Like The Video Please Share With Your Friends
Like Share Subscribe :)
HAPPY CODING!

Пікірлер: 21
@DailyVideo-cc
@DailyVideo-cc Жыл бұрын
OMGGGGGGGG! UR THE REAL LIFE SUPER HERO BRUHHH!! LOVE U :)
@solosolutions2803
@solosolutions2803 7 ай бұрын
Thanks Brother ❤
@mndoz
@mndoz 7 ай бұрын
Gracias eres un grandeee 💗
@solosolutions2803
@solosolutions2803 7 ай бұрын
Gracias a ti!
@solosolutions2803
@solosolutions2803 7 ай бұрын
Gracias a ti! ❤️
@juandanielgonzalezalcantar7209
@juandanielgonzalezalcantar7209 Жыл бұрын
You are the best brother ❤️, hahaha you are a hero without a cape 👌👌👌
@solosolutions2803
@solosolutions2803 Жыл бұрын
Thank You Brother ❤️ Keep Supporting 🙏🙌
@ALEXANDER-mn2rv
@ALEXANDER-mn2rv 4 ай бұрын
for the minute 15:23 answer the answer is "+=10"
@CarlDebsonMonleon
@CarlDebsonMonleon 4 ай бұрын
Factorial code where
@JustChill_1031
@JustChill_1031 7 ай бұрын
Can you show how to do the Simple Calculator?
@solosolutions2803
@solosolutions2803 4 ай бұрын
using System; namespace SimpleCalculator { class Program { static void Main(string[] args) { double num1, num2, result; char operation; Console.WriteLine("Simple Calculator in C# "); Console.Write("Enter the first number: "); num1 = Convert.ToDouble(Console.ReadLine()); Console.Write("Enter an operator (+, -, *, /): "); operation = Convert.ToChar(Console.ReadLine()); Console.Write("Enter the second number: "); num2 = Convert.ToDouble(Console.ReadLine()); switch (operation) { case '+': result = num1 + num2; Console.WriteLine($"Result: {num1} + {num2} = {result}"); break; case '-': result = num1 - num2; Console.WriteLine($"Result: {num1} - {num2} = {result}"); break; case '*': result = num1 * num2; Console.WriteLine($"Result: {num1} * {num2} = {result}"); break; case '/': if (num2 != 0) { result = num1 / num2; Console.WriteLine($"Result: {num1} / {num2} = {result}"); } else { Console.WriteLine("Error: Division by zero is not allowed."); } break; default: Console.WriteLine("Error: Invalid operator."); break; } Console.WriteLine("Press any key to exit."); Console.ReadKey(); } } }
@ALEXANDER-mn2rv
@ALEXANDER-mn2rv 7 ай бұрын
I don't understand him at minute 15:23 he gets "10;" In the end and I don't know what happens with that and when I put the "10;" I get an error helppp!!!
@godinho8308
@godinho8308 Жыл бұрын
Bro I need the intermediate c# video, pls post that video. Very good job doing this videos and if you can do the intermediate 🙏🙏🙏🙏🙏🙏
@solosolutions2803
@solosolutions2803 Жыл бұрын
Still working on it hope you understand 😀 Thanks for the support 🙌
@AlejandraGamlez
@AlejandraGamlez 11 ай бұрын
I love you ❤
@solosolutions2803
@solosolutions2803 10 ай бұрын
Thank You ❤️😊
@AngeloLuis22
@AngeloLuis22 Жыл бұрын
Hope do notice me anyway how to increase the gem even not using a card so that for having chance to have the heart life line rather than waiting for 4 hours?
@solosolutions2803
@solosolutions2803 Жыл бұрын
As you complete more courses you will get gems which you can use for heart life. Thanks for watching the video Like Share Subscribe 👍
@EduardoLopez-vi7tq
@EduardoLopez-vi7tq Жыл бұрын
can you do introduction to python please it changed some things
@solosolutions2803
@solosolutions2803 Жыл бұрын
Uploading after a few days Stay Tuned Like Share Subscribe 👍
@NishithaGoud-e4y
@NishithaGoud-e4y Жыл бұрын
machine learning solutions please
НАШЛА ДЕНЬГИ🙀@VERONIKAborsch
00:38
МишАня
Рет қаралды 2,8 МЛН
Миллионер | 2 - серия
16:04
Million Show
Рет қаралды 1,6 МЛН
Flipping Robot vs Heavier And Heavier Objects
00:34
Mark Rober
Рет қаралды 59 МЛН
Learn Web Development And ACTUALLY Get A Job | Ultimate Guide
1:33:52
James Cross
Рет қаралды 1,4 МЛН
C# Events and Delegates Made Simple | Mosh
32:04
Programming with Mosh
Рет қаралды 948 М.
How I program C
2:11:32
Eskil Steenberg
Рет қаралды 762 М.
CMD - Command Prompt Training for IT Professionals (Full Course)
3:18:32
Jobskillshare Skills-Based Platform
Рет қаралды 1,4 МЛН
How To Think Like A Programmer
1:00:07
Coding Tech
Рет қаралды 2 МЛН