- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
Hey guys, I have a question that I need an answer to: How do you display a person's name and score? Say, for example, a user takes a quiz and gets 80% on it. I want this information to be displayed on the side of the screen for everyone to …
Hey i wanted to know if there's a program that shows u a pattern on how they got the number if i give them 3 examples? for Ex: 1) 35777903801230601 (Encrypted) = 46071642 (Decrypted) 2) 35777903248036801 (Encrypted) = 43975216 (Decrypted) 3) 35777903508068601 (Encrypted) = 91756761 (Decrypted)
which of the following statements is true about casting a) you must cast to convert from an interface type to a class type. b) you must cast to convert from a class type to an interface type. c) you cannot cast to convert an interface type to a class type. …
Hey i wanted to know if there's a program that shows u a pattern on how they got the number if i give them 3 examples? for Ex: 1) 35777903801230601 (Encrypted) = 46071642 (Decrypted) 2) 35777903248036801 (Encrypted) = 43975216 (Decrypted) 3) 35777903508068601 (Encrypted) = 91756761 (Decrypted)
Could you tell me why programmers use this.variable ex. (this.miles) in constructor, and what is the advantage of using it?
Hey guys, i just wanted to know the codes for ArrayList class methods such as .clear() .add() .size() .isEmpty() etc... Your help will be appreciated!
hey 24x24. you can loop the text file with while loop, but first you have to make file scanner, then import it in a while loop as while((nameofthescanner).hasNext()){ String lines = (nameofthescanner).nextLine();}
no need for odd = odd++ or even = even++ here's the code with some few changes: import java.util.Scanner; [code]public class odd { public static void main(String[] args) { System.out.println("Input your number"); Scanner reader = new Scanner(System.in); int x = reader.nextInt(); int odd = 0; int even = 0; while …
The End.
terexberd