This is a small blog for programming.I want to share my thinking,creation and learning to all of you.I also want to develop my own skill as well as yours.
import java.util.Scanner;
public class input { public static void main(String args[]){ Scanner moni = new Scanner(System.in); System.out.println(moni.nextLine()); }
No comments:
Post a Comment