Homework 1-1 Conditionals
- Convert Gallons to Liters
- Convert temperature from Fahrenheit to Celsius
- Convert number to names
- Create a help menu providing phone numbers for agents, institutions.
- Read from command line, or user input, or from file
- Process multiple input data set until user quit.
- Output different phrases or greetings depends on the input data.
- Handle user input errors using exceptions or conditionals.
Homework 1-2 Lists, Loops, Files
- Write a program that will print A to F vertically on each new line.
- Create an array or list of numbers and calculate all.
- Make it interactive and take inputs from users until 'q' or 'Q' is presssed.
- Take inputs from file and print output to a file.
Homework 1-3 Numbers and Type Conversions
- Compute the circumference area of a circle given the radius.
- Take two numbers and calculate their GCD.
- Take two numbers and output the max / min / mean / sum of both.
- Convert Coins to currency amount
Fix it!
class FirstFix
{
System.out.print( "If this text" );
System.out.println "is what you see on your screen, ";
print( "Then your program is working" );
)
No comments:
Post a Comment