Top Banner

of 35

41885395 Java Lab Assignment Solution 5th Sem

Jul 18, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript

NAME:YEAR:CLASS R.NO.:UNIVERSITY R.NO.:-

//1.a)prime number between range public class as1a { public static void main(String[] args) { int i,j,r; r=Integer.parseInt(args[0]); for(i=2;i