Computer Science, asked by thakurajayzb2172, 1 year ago

Which line of code will allow you to retrieve an entry from a user into a variable called: uservalue ?

Answers

Answered by Anonymous
28
string userValue = Console.WriteLine("Please enter a value:");


line of code will allow you to retrieve an entry from a user into a variable called: uservalue
Similar questions