Computer Science, asked by waseemrko5820, 1 year ago

Java program to find the length of a string

Answers

Answered by aakarsh09
1
class Java
{
public static void main (String args [])
{
String s="Computer";
int a=s.length();
System.out.println(a);
}
}




follow me if you liked my answer
Similar questions