Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.util.Scanner;
- public class sedma {
- public static void main(String[] args) {
- Scanner sc = new Scanner(System.in);
- int n = sc.nextInt();
- String sentence = sc.nextLine();
- char[] arr = new char[sentence.length()];
- for (int i = 0; i < 0; i++) {
- arr[i] = sentence.charAt(i);
- if (arr[i] == ' ') {
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement