C
C#2y ago
maroonlol

❔ Invalid input in memu

Here is the updated code, how would i make it if the user enters a invalid input it will show the menu again and say it is a invalid input
4 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
maroonlol
maroonlol2y ago
Should work now Anyone? @Hisme @
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ check if string is valid guid without guid.TryParseas in title, i would like to avoid conditions like `if (!Guid.TryParse(string, out var _))`, instead❔ .NET CORE 6 servicesSo i want add a service "AddContentful" but idk how to fix this because i can only find configuratio❔ Console Game Project (Memory Matching)Hi all! I'm not sure if this is the right channel, but I have a question... I'm New to programming (Find all HREFs out of string and extract valueHey, I am currently developing a web scraper and therefore want to extract all available information❔ How to store session data backend?I'm building a similar game to skribbl.io which is a drawing game where you draw with other people. ❔ How do i sort a list of objects by multiple possible itemsHey, i'm trying to write a method to return a list of objects by letting the user choose which item ❔ ASP.NET Core how to let a controller be mapped only in development modeThis is pretty easy to do with minimal API's, you just do a check and map only if it succeeds: ```cs❔ Turn off VS 2022 PreviewHow do I turn off VS 2022 Preview? It is showing on the splash screen and everywhere. I turned it on❔ Winforms rotated text in `ToolStripButton` appears boldWhen setting the direction of text to e.g. Vertical270, the text in the button becomes different, eiIf I do console.clear() it just skips a bunch of lines instead of clearingI am using vsc c# and I think its an error with .net because I saw a few forums talking about it, pl