Computer Science, asked by pinky137, 1 year ago

I need the logic to write the program based on string...


siddhartharao77: what type of program?In which Language?

Answers

Answered by Pratyush0705
0
String based programs are made with datatype String (note that first character of String is in capital). Then you have to change or do whatever you want to do by different library function like charAt(), toUpperCase(), toLowerCase(), etc
Similar questions