JAVA
class main
{
public static void main(String args[])
{
String a=”java”;
char target=’a’;
int count=0;
for(int i=0; i<a.length(); i++)//4<4
{
if(a.charAt(i)==target)//a==a
count++;//2
}
System.out.println(count);//2
}
}
Start learning today with our wide range of courses taught by industry experts. Gain new skills, advance your career, or explore new interests.
Browse CoursesJAVA
class main
{
public static void main(String args[])
{
String a=”java”;
char target=’a’;
int count=0;
for(int i=0; i<a.length(); i++)//4<4
{
if(a.charAt(i)==target)//a==a
count++;//2
}
System.out.println(count);//2
}
}
Start learning today with our wide range of courses taught by industry experts. Gain new skills, advance your career, or explore new interests.
Browse CoursesLearn the fundamentals of programming with Python in this beginner-friendly course.
Master the basics of data analysis, visualization, and machine learning.
Build modern websites with HTML, CSS, JavaScript and popular frameworks.
Learn SEO, social media marketing, email campaigns and analytics.