import java.util.*; //cmd /c "cd $(CURRENT_DIRECTORY) && javac $(FILE_NAME) && java $(NAME_PART) && pause" public class Niz6{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); System.out.print("Vnesi stavek "); String stavek = sc.nextLine(); int stB = 0, stMale = 0; for (int i = 0; i= 'a' && znak <= 'z') stMale++; } System.out.println("Stevilo b-jev: "+stB); System.out.println("Stevilo malih crk: "+stMale); int stBesed = 0; if (stavek.length()>0) stBesed++; for (int i = 0; i