Hi All,how to concatenate a newline to a string variable.for ex:input:var1 = 'abc'.var2 = 'def'.var3 = 'ghi'.varout = concatenate the above 3 variables seperated by new line (not space).so that, when i write varout to display, it should display like:...