操作系统:Windows 10
dotnet-cli:
版本:1.0.0-beta-001598
提交沙:7582649f88
这是按照此处的C#调试说明进行的.它是否适用于Windows?
我在R中构建用户输入接口
对程序的加载,我想根据一组6个字段询问用户他们的偏好是什么.然后,这将用作程序其余部分的比较工具.
例如,
>ThisProgram
>"Hello, on a scale of 1 to 10, how much would you say you rate the outdoors in your trips? Enter a 10 for very important, and a 1 for not important at all.
>7
>"Great. on a scale of 1 to 10, how much would you say you rate the Family Friendly in your trips? Enter a 10 for very important, and a 1 for not important at all.
>2
.
.
.
and so …Run Code Online (Sandbox Code Playgroud)