1.
Write a program CollegeCost.java to calculate the amount of money a person would pay in college education over a period of time
选修
2.
Write a program ReverseNumber.java A number is a palindrome if its reversal is the same as itself
选修
3.
Write a program Temprature.java that reports the statics of average high temperature in Santa Clara
选修
4.
You need to write a Java program to check if a given String and Integer are palindromes or not.
选修
5.
Write a simple Java program to check if the entered integer is prime or not and in the following line, it will print the Fibonacci Series of the same integer
选修
6.
Subtract two matrices of the same size and print the result in the console as a matrix
选修
7.
Write a program that displays the following pattern
选修
8.
Write Java code to calculate and display the area and perimeter of a rectangle that has a width of 7 and height of 9.
选修
9.
Develop a program that computes how far an object has fallen after 12 seconds.
选修
10.
Through a simple equation it is possible to obtain the acceleration of an object using the change in velocity and time.
选修
16.
Write a program that allows a user to enter a number of integers until the user inputs 0 (zero). The program then prints the total number of positive, negative, even and odd integers that have been
选修
21.
Create a method that transforms a time given in seconds to a String that shows the hours, minutes, and seconds like the time on a digital clock.
选修
23.
Create two methods: one that will reverse the order of the digits in an integer and a second determines if a number is a palindrome (i.e. reads the same front to back) using the following method heade
选修