Not your question?
Ask your question
View similar questions
Add your answer here.Check out some similar questions!
Ask java questions online for free
[ 0 Answers ]
The entry code for a room is 2 3 4. The user enters one digit at a time and may type in any number of wrong values, but as soon as the correct sequence is entered a „door open‟ message should be displayed. E.g. 2 5 2 3 4 my loop stops looping after user enters one right entry code but I want it...
Java programming
[ 0 Answers ]
I have to solve few programs in java... I just need the code Question 2 . Write a progam that reads a set of integers and then finds and prints a) The sum of the even and odd integers. b) The average of the even and odd integers. c) Highest and lowest of the even and odd integers....
Online questions related to c-programming
[ 1 Answers ]
Int main() { Printf("u"); Main(); Return 0; Getch(); }
Java Programming
[ 2 Answers ]
Difference between swings and applets.
Java programming
[ 1 Answers ]
Read the following statements and explain why it is either true or false 1. The garbage collection mechanism is platform dependent 2.you can suggest when garbage collection will run but you cannot be certain when it will take place. 3.a reference to a primitative variable is eligble for... View more questions Search
|