☕ Java Paayos naman po

Status
Not open for further replies.

Falln

Forum Veteran
Di ko alam alin jan papalitan na cannot find symbol nalilito nako. Dapat kase may return value sya di ko makuha lagi error. Sana mafix nyo po.


public class CountVowels {

public static void main(String []args) {
String str = "FAIL: First Attempt in Learning";
int vowels = 0;

}
public static int vowels(String str)
{

str = str.vowels();
for(int i = 0; i < str.length(); ++i)
{
char ch = str.charAt(i);
if(ch == 'a' || ch == 'e' || ch == 'i'
|| ch == 'o' || ch == 'u') {
++vowels;
}
{
return vowels;
}

}

System.out.println("String Value: " + str);
System.out.println("Total Number of Vowels: " + vowels);
}
}
 

Attachments

  • IMG20200925130646.webp
    IMG20200925130646.webp
    278.8 KB · Views: 27
Status
Not open for further replies.

About this Thread

  • 1
    Replies
  • 267
    Views
  • 2
    Participants
Last reply from:
moonlightK

Trending Topics

Online now

Members online
502
Guests online
3,254
Total visitors
3,756

Forum statistics

Threads
2,306,995
Posts
29,175,608
Members
1,194,136
Latest member
Jewish7
Back
Top