Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~933 People Reached
Member Avatar for dorotalp91

This may seem like a very stupid question but I have done this before and I don't know what happened, the text under my icons on my desktop got "re-highlighted" I had them transparent (I did this a while ago) and somehow the highlighting is back. The only thing I …

Member Avatar for gerbil
0
301
Member Avatar for dorotalp91

Write a program that generates a pyramid of numbers from a users input (kbReader = new Scanner(System.in)) for example the number 5 is inputted and the wats printed is... 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 help?

Member Avatar for cazio_)15
0
141
Member Avatar for dorotalp91

is it important to close a file thats been opened with FileWriter? if yes how come??

Member Avatar for dorotalp91
0
113
Member Avatar for dorotalp91

Write a program that will determine whether a deparment store customer has exceeded the credit limit on a charge account(5000$). The customer gives you his/her account number, he/she has a beginning of the month balance, the program should total all the purchases by the customer for the month, total any …

Member Avatar for stultuske
0
116
Member Avatar for dorotalp91

a do-while loop!!! sorry [CODE] import java.io.*; import java.util.*; public class guessing { public static void main (String args[]) { int answer = 22; System.out.print("Enter your guess, if you are correct you will be a winner "); Scanner guessReader = new Scanner(System.in); int Input = guessReader.nextInt(); { if (Input< 1 …

Member Avatar for donaldw
0
102
Member Avatar for dorotalp91

This program is supposed to ask the user to input a number and the print will read out the factorial. This code is wrong how do I fix it? Maybe not add much just jumbled up variables? Help! This was given to me created in BLUE J software i know …

Member Avatar for dorotalp91
0
160