Guest User

Untitled

a guest
Jul 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. import java.util.Scanner;
  2. public class array {
  3. public static void main(String[] args) {
  4. int [] Buchstaben = new int [26];
  5. Scanner sc = new Scanner (System.in);
  6. String a = sc.nextLine();
  7.  
  8. for (int f=0 ; f == a.length-1; f++) {
  9. a.charAt(f);
  10. for(int g = 65; g > f ; g++){
  11. System.out.println((char)g);
  12. }
Add Comment
Please, Sign In to add comment