Как мне сделать эту программу?
I am trying to make a program that allows the user to know how much people owe them. They can add how ever many people they want, be able to edit a value(money) for the specified key(person) and also remove a person alltogether if they want. Also, they are able to view the whole dictionary of people that owe them money and also they can change the key(names of people) if they wanted also i want to add while loops so that the user keeps getting asked for an input if the input entered is not valid or if the user want to do anything else with the dictionary like adding, editing or removing.. Also adding comments on what a line of code(s) does will help me understand better and would help alot..all in c#. I'm very new to coding and I want someone to explain me the working of the code. I know the basics but still working on putting the basics together. Your help will be greatly appretiated.
Что я уже пробовал:
Я пытался сделать это, но я не могу собрать их вместе, и я продолжаю путаться.
Anurag Panda1
Я тоже хочу добавить к нему циклы while.. Так что, пожалуйста, помогите мне здесь. Спасибо.
Richard MacCutchan
Вам нужно показать свой код и объяснить, в чем именно заключается проблема. Никто здесь не будет делать за тебя твою работу.
Anurag Panda1
Im sorry. Im new here and i dont know how this works.. And im very very new to this.. Im 16 learning because i find it interesting. I want to know how to take inputs from user and use it to add it in dictionaries and how they can view it person by person and the use of while loops on all of this.. you dont have to do it all for me.. I would love to do it on my own.. I just want to know the working and the general way of writing it, for example: adding inputted statements into dictionary, removing the values assingned to kep upon input(basic idea) and while loop so it never ends thats it :) i would love only the basic syntaxes and how to implement it thats it thanks :)
Anurag Panda1
Я индианка и бедная и не могу позволить себе обучение на этом.. Поэтому я стараюсь найти решение онлайн бесплатно.. Но ты можешь помочь мне, если захочешь.:)
Richard MacCutchan
Итак, вот бесплатная книга, которая является действительно хорошим введением в C#: .NET книга ноль Чарльза Петцольда[^].
Загрузите копию (и исходный код) и проработайте ее, это действительно поможет вам.