Hello I am new but I have been in a intro programming class with Java as the main entree. I have this program where I need to end input characters at 65 characters and break the line and then add a new line.

This is my code:

import static java.lang.Syste m.*;
import java.util.Scann er;

class formatter3 {

public static void main (String[] args) {
Scanner stdin = new...