Write a program to print alternate characters in a string. Input a string of your own
choice.
Answers
Answered by
4
Answer:
Sopl("enter a string=") ;
s=sc.nextLine() ;
s=s+' ' ;
l=s.length();
for(x=0;x<l;x++)
{
p=s[x];
Sopl(p) ;
}
Answered by
0
Explanation:
Teri maaa ko mera naman ya kya hmm answer h bhencho
Similar questions
Chemistry,
4 months ago
Social Sciences,
4 months ago
Math,
4 months ago
English,
8 months ago
Physics,
1 year ago
Social Sciences,
1 year ago