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.
package prem5; public class koresi5 { public static void main(String[]args){ int munim[]=new int[20]; munim[0]=654; munim[1]=951; munim[9]=357; System.out.println(munim[9]); } }
No comments:
Post a Comment