Computer Science, asked by shahtirthesh9, 3 months ago

String a = “Modulus”;
System.out.println(a.length());p​

Answers

Answered by avishchoudhary8830
1

Answer:

6

Explanation:

output will be 6 as the .length method gives us the length of a string

by the wat their is a syntax error

remove p after semicolon

Answered by ektakoundal6
0

Answer:

6 is the write answer

Similar questions