泣きたいですか
✅ Need help with storing data and that it can be using with a C# .NET 7 console application
Hello, Can someone tell me or send me a video tutorial on how to store user input data into a text file, and then being able to see all the data stored in it?
I am using MS C# .NET 7, and I am pretty new to programming.
It would be preferable to get a video tutorial that is about 10 or so minutes long.
14 replies
✅ need help converting "y" or "n" response to boolean "true" or "false" in .NET 7
Hello, I have written about 3500+ lines of code, I need to make it so the user input of "y" or "n" is converted to boolean "true" or "false", would it be possible to make these conversions before the entire code?
my code works perfectly, though I have to use "true" or "false" instead of "y" or "n", so it would be preferable if I had it converted or parsed before the important lines of code.
as mentioned, I am using .NET 7 and I am rather new to programming in general, C# is my first programming language and I have been coding in C# for about 1 month now.
83 replies