assignment 2

Download Assignment 2

If you can't read please download the document

Upload: akshat

Post on 14-Dec-2015

212 views

Category:

Documents


0 download

DESCRIPTION

This is my assignment on some java programs

TRANSCRIPT

//program by AKSHAT CSEAns 1public class Pattern { public static void main(String ... args) { int i, j, k; for(i=5;i>=1;i--) { for(j=1;j=i;k--) { printf("*"); } System.out.println(); }}}Ans2public class Pattern { public static void main(String ... args) { int c; for (int i = 1 ; i