How To Take Input From User In Kodular Ide

How To Take Input From User In Kodular Ide

i ask this question in thunkable but they said ask this question on kodular so i ask here

What do you mean by input… Via Property or through a function?

i want to add two variables in kodular ide but when i do error will show

Can you elaborate what you’re trying to do

i tried
int a =“first text is here”;
int b = “Second is here” ;
c = a+b;
return c;