Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular Searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Java programming
Java programming quiz questions
Post A Question
Classifications:
Java programming Assignments
Java programming exam questions
Java programming examples
Java programming Interview questions
Java programming MCQ Questions
Java programming Projects
Java programming textbook solutions
quiz questions Categories:
Medicine quiz questions
Networks quiz questions
C++ programming quiz questions
C programming quiz questions
c# programming quiz questions
Python programming quiz questions
Show Collections (0)
Show Questions (41)
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?
FayezHamida
2022-06-23
1 answers
441 Views
0 Likes
Write three versions of the HelloPrinter.java program that have different compiletime errors. Write a version that has a run-time error
FayezHamida
2022-06-23
1 answers
427 Views
0 Likes
What is the compile-time error in this program?
FayezHamida
2022-06-22
1 answers
367 Views
0 Likes
What does this program print? Pay close attention to spaces
FayezHamida
2022-06-22
1 answers
350 Views
0 Likes
What does this program print?
FayezHamida
2022-06-22
1 answers
371 Views
0 Likes
Explain the difference between using a computer program and programming a computer
FayezHamida
2022-06-22
1 answers
359 Views
0 Likes
guess program using java programming
sawsan
2022-05-17
0 answers
379 Views
0 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.
NerdutellaRana
2022-05-11
1 answers
241 Views
0 Likes
Write a Java program that accepts six numbers as input and sorts them in descending order.
NerdutellaRana
2022-05-11
1 answers
243 Views
0 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
NerdutellaRana
2022-05-11
1 answers
224 Views
0 Likes
Write a Java program to compute xn % y where x, y and n are all 32bit integers.
NerdutellaRana
2022-05-11
1 answers
224 Views
0 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
NerdutellaRana
2022-05-11
1 answers
283 Views
0 Likes
Write a Java program to remove duplicate letters and arrange in lexicographical order from a given string which contains only lowercase letters
NerdutellaRana
2022-05-11
1 answers
203 Views
0 Likes
Show More