Computer Science, asked by ahamedthowfic38, 3 months ago

1. Program that reads two strings and appends the first string to the second. For example
if the first string is entered as Tamil and second string as nadu, the program should pre
Tamilnadu. Use string library header​

Answers

Answered by JagadishChandraBose
1

Answer:

let str1 = 'tamil';

let str2 = 'nadu';

str2 = str1+str2

str2 = 'tamilnadu'

explained in JS.


ahamedthowfic38: thank you bro
ahamedthowfic38: is this correct answer
JagadishChandraBose: your question is not properly explained. so according what i interpreted it's correct. try in browser console.
ahamedthowfic38: this is the correct question ❓
ahamedthowfic38: }:‑)8-)}:‑)}:‑)o:-);):-|:'(;);):-P(+_+)(+_+)
Similar questions