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
~2K People Reached
Favorite Forums
Favorite Tags
java x 9
Member Avatar for Rashul

The following is the program I wrote, but the result is not what is required exatly. Somebody please point me out to what I am doing wrong. The question: > Write a Java application that reads an integer value between 0 and 100 (inclusive), representing the amount of a purchase …

Member Avatar for stultuske
0
217
Member Avatar for Rashul

/*This is a what I've written so far- see below.*/ /*The program is to ask a user to insert values into array, print those values showing both index # and corresponding value, return average, min, change value of 1 array element, delete 1 element, compact the array. ALL these MUST …

Member Avatar for Ezzaral
0
2K
Member Avatar for Rashul

(// See my program below-after the question) The program is supposed to do the following: Repeatedly offer the user the following 10 menu options (they must enter the option number): (1) insert n values in the array, starting with position 1. (2) insert n values immediately after the last entered …

Member Avatar for Rashul
0
151
Member Avatar for Rashul

Hi. Please help. I can't seem to get this program to run. Tips.java Modify the exercise shown below so that it will loop, calculating a new tip each time until the user enters a value zero or smaller for the amount of the bill. Make sure there is a nice …

Member Avatar for Rashul
0
98