This video took me few attempts idk why. But enjoy the knowledge anyways. And please subscribe to me with the notification bell on for more video like this.
--------------------------------------------------------------------------------------------------------------------------------------------------------
►My Itch.io: https://mujtaba-mustafa.itch.io/
►My games: https://mujtaba-mustafa.itch.io/its-a...
https://mujtaba-mustafa.itch.io/tripl...
►My GitHub: https://github.com/BioZFrog
►My Twitter: / mujtaba67379531
►My Snapchat: / biozfrog. .
►My Discord Server: / discord
-------------------------------------------------------------------------------------------------------------------------------------------------------
0:00 Intro
0:20 Index
2:47 Taking User's input
5:53 Functions
10:04 Outro
10:35 C# Code
-------------------------------------------------------------------------------------------------------------------------------------------------------
The code of C#:
Console.WriteLine("Enter your name: ");
string name = Console.ReadLine();
Console.WriteLine("\n" + name);
Console.WriteLine("\n" + "Enter your age: ");
string age = Console.ReadLine();
Console.WriteLine("\n" + age);
Console.WriteLine("\n" + "Enter your email: ");
string email = Console.ReadLine();
Console.WriteLine("\n" + email);
Console.WriteLine("\n" + "Enter your password: ");
string password = Console.ReadLine();
Console.WriteLine("\n" + password);
Console.WriteLine("\n" + "You have been hacked!!!");
string hacking = Console.ReadLine();
Console.WriteLine("\n" + hacking);
Console.WriteLine("\n" + "BYE BYE!!! ");
Console.ReadKey();
-------------------------------------------------------------------------------------------------------------------------------------------------------
The Console.WriteLine is basically the like the print command in Python, and Console.Readkey() is to place an input and don't left the window closes. Now your task is to tell me what is the question asked one after one, and what will be there best answer =).
On this page of the site you can watch the video online Python lecture #3 | Index, Taking Users Input, and Functions | Coding Center with a duration of hours minute second in good quality, which was uploaded by the user Coding Center 03 July 2023, share the link with friends and acquaintances, this video has already been watched 54 times on youtube and it was liked by 4 viewers. Enjoy your viewing!