I want to make a program in which you type a sentence and get a reply. eg. how are you ans- I am fine.(by saved sentences) which script should I use ; HTML, C,C# ,C++,CSS Python etc.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to make a program in which you type a sentence and get a reply. eg. how are you ans- I am fine.(by saved sentences) which script should I use ; HTML, C,C# ,C++,CSS Python etc.?

16th Jul 2016, 1:33 PM
Shantanu vidwans
Shantanu vidwans - avatar
3 Answers
+ 3
Html and Css are no programming languages. They are markup languages. Css is only style shert to make your website look better. But you can make a website do just this. You can also do this in any programming language.
16th Jul 2016, 2:11 PM
Andreas BeEm Kvist
Andreas BeEm Kvist - avatar
+ 2
First of all, start with a basic one. You should use switch or if else structs of c#. When I started to learn C#, I coded a program on Console that makes a conversation with user. It's responses changes according to user input. I coded it with while, for loops and switch, if else structures.
16th Jul 2016, 6:59 PM
Uluç TÜRKAY
Uluç TÜRKAY - avatar
+ 1
I told you already c# is the best choice in this situation mixed with mysql database which stores the prewritten sentences.
16th Jul 2016, 3:13 PM
Máté Lencsés
Máté Lencsés - avatar