0% found this document useful (0 votes)
26 views2 pages

It's 8:23 Already Please Start Doing This Worksheet .... (Good Morning)

The document contains instructions for 6 programming problems: 1) Print odd numbers from 1 to 99, one per line. 2) Make a right angle triangle pattern with a repeating number. 3) Make a right angle triangle pattern with increasing numbers. 4) Make a right angle triangle pattern with increasing numbers spaced properly. 5) Make an inverted right angle triangle pattern with stars. 6) Make a descending right angle triangle pattern with stars.

Uploaded by

arhant bubna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

It's 8:23 Already Please Start Doing This Worksheet .... (Good Morning)

The document contains instructions for 6 programming problems: 1) Print odd numbers from 1 to 99, one per line. 2) Make a right angle triangle pattern with a repeating number. 3) Make a right angle triangle pattern with increasing numbers. 4) Make a right angle triangle pattern with increasing numbers spaced properly. 5) Make an inverted right angle triangle pattern with stars. 6) Make a descending right angle triangle pattern with stars.

Uploaded by

arhant bubna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

It’s 8:23 already please start doing this worksheet……....

(Good Morning)

1. Write a Java program to print the odd numbers from 1 to 99. Prints one
number per line.

2. Write a program in Java to make such a pattern like right angle triangle
with a number which will repeat a number in a row. The pattern is as
follows :
1
22
333
4444

3. Write a program in Java to display the pattern like right angle triangle
with a number.
1
12
123
1234
12345
123456
1234567
12345678
123456789
12345678910

4. 1
2 2
3 3 3
4 4 4 4

6. ******
*****
****
***
**
*

You might also like