Answer the question
In order to leave comments, you need to log in
How to create a percentage drop with a large slope?
I don’t know if I created the title of this topic correctly, but I will try to explain:
there are two lists with elements of the srting type, each with 5 elements:
List<string> questionList = new List<string>();
List<string> sentenceList= new List<string>();
questionList.Add("question1", "question2", "question3", "question4", "question5");
sentenceList.Add("sentence1", "sentence1", "sentence2", "sentence3", "sentence4", "sentence5");
TextBlock text= new TextBlock();
GetRandomText
questionList
sentenceList
questionList
sentenceList
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question