Java programming quiz questions

Post A Question

Classifications:

quiz questions Categories:

No collections found!

Write an algorithm to settle the following question: A bank account starts out with $10,000. Interest is compounded monthly at 6 percent per year (0.5 percent per month). Every month, $500 is withdrawn to meet college expenses. After how many years is the account depleted?
icon 1 answers
icon286 Views
icon0 Likes
Write three versions of the HelloPrinter.java program that have different compiletime errors. Write a version that has a run-time error
icon 1 answers
icon311 Views
icon0 Likes
What is the compile-time error in this program?
icon 1 answers
icon282 Views
icon0 Likes
What does this program print? Pay close attention to spaces
icon 1 answers
icon277 Views
icon0 Likes
What does this program print?
icon 1 answers
icon268 Views
icon0 Likes
Explain the difference between using a computer program and programming a computer
icon 1 answers
icon266 Views
icon0 Likes
guess program using java programming
icon 0 answers
icon292 Views
icon0 Likes
Write a Java program to that reads a date (from 2004/1/1 to 2004/12/31) and prints the day of the date. Jan. 1, 2004, is Thursday. Note that 2004 is a leap year.
icon 1 answers
icon195 Views
icon0 Likes
Write a Java program that accepts six numbers as input and sorts them in descending order.
icon 1 answers
icon189 Views
icon0 Likes
Write a Java program to check if a point (x, y) is in a triangle or not. There is a triangle formed by three points
icon 1 answers
icon178 Views
icon0 Likes
Write a Java program to compute xn % y where x, y and n are all 32bit integers.
icon 1 answers
icon145 Views
icon0 Likes
Write a Java program to divide a given array of integers into given k non-empty subsets whose sums are all equal. Return true if all sums are equal otherwise return false
icon 1 answers
icon179 Views
icon0 Likes
Write a Java program to remove duplicate letters and arrange in lexicographical order from a given string which contains only lowercase letters
icon 1 answers
icon148 Views
icon0 Likes