For Loops Practice. Lab Descriptions written AP-Style
Everyone should do the first 3
If you still have time in class, try the fourth “challenge” lab
For Loops Practice. Lab Descriptions written AP-Style
Everyone should do the first 3
If you still have time in class, try the fourth “challenge” lab

Extra Credit: Use Ascii Art!

Write a program that produces the following output:

For extra credit, try the following. You will have to do a little research on how to turn a string into an integer.
For extra extra credit, modify your code to allow for the hyphens to come at random points in the string.
For even more extra credit, add up all of the digits.

Write a program in the sandbox called “If/Else” extending the Java Console that will produce this output.
Do your best but don’t spend more than 30 minutes at home.

Sandbox programs! make a program called “Java Math” that extends the Java Console. It should output the following:

Code HS
Finish Basic Java
Units 13, 14, 15, 16
Extra Credit: Make a program that will ask for a base and an exponent and report the answer.
ex: Tell me the the base : 4
Tell me the power : 3
4 ^ 3 = 64
Code HS
Basic Java
lessons 11,12
Due September 6th
CodeHS
Basic JAVA
Units 7,8,9,10
Code HS
“Basic Java”
Units 4,5,6
Code HS
Basic Java
Lessons #1,2,3: Printing, Variables, and User Input