Facebook
From Edgy Parakeet, 5 Years ago, written in Plain Text.
This paste is a reply to Untitled from Scorching Pheasant - view diff
Embed
Download Paste or View Raw
Hits: 248
  1. import java.util.Scanner;
  2. public class HelloWorld{
  3.  
  4.      public static void main(String []args){
  5.        
  6.         Scanner scan=new Scanner(System.in);
  7.         int[] array=new int[10];
  8.         for(int i=0;i<array.length;i++)
  9.         {
  10.             array[i]=scan.nextInt();
  11.         }
  12.      }
  13. }

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Edgy Horse text 5 Years ago.