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
~4K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for meowbits

I have been messing around with this code forever.. I know im missing something but I am completely lost at this point. The code is suppose to print the array, then shift all the values to the right with SHRD, then reprint the array. Please help! Thank you! [CODE]INCLUDE Irvine32.inc …

Member Avatar for meowbits
0
195
Member Avatar for meowbits

Hello, I am working on a simple website for a class. So far I have most of the layout finished. There is one problem that I have run into and am unsure of how to solve. The "feedback" image gets pushed to a new line when I open my webpages …

Member Avatar for Dandello
0
127
Member Avatar for meowbits

I am in an assembly class and we are now working on using files. Part of the assignment is to make a file and write an array full of values into it. I have been working on this assignment for some time and I am stuck on the file portion. …

Member Avatar for meowbits
0
225
Member Avatar for meowbits

Probably easiest if I just quote, [QUOTE]5) Assignment Entity, A class that models an association between an Employee and a Project Each project usually has several employees working on it at any one time, but there may be none at times. Each employee must work on at least one project, …

Member Avatar for goonj
0
166
Member Avatar for meowbits

I dont want to have to use a case (1-9) to fill pictureboxes with images, is there any way I can reduce this to one? If so.. please explain, basically be able to [CODE]For i = 0 to 8 if player = 1 picturebox(i).image = my.resources.x else picturebox(i).image = my …

Member Avatar for Oxiegen
0
121
Member Avatar for meowbits

This is an assignment I have and i'm running into problems on this part of it. I need to assign the value I get from scanner input = to a variable in another class. After I do that, I need to be able to call a method that will display …

Member Avatar for meowbits
0
178
Member Avatar for meowbits

The code not listed has an arraylist named unsorted size 1000, and another array named keys_Array, size 100. Every element from the keys_Array was picked from the unsorted, so they should always be found. Problem I'm having is that it doesn't print anything. It just reports a msg from the …

Member Avatar for meowbits
0
126
Member Avatar for meowbits

I'm trying to randomly select 100 values from an array of 1000. How do I do this? Also, after selection, how can I add these 100 values into a new array. Do I need to do something like this with a loop? [CODE]for (x = 0; x < 100; x++){ …

Member Avatar for meowbits
0
2K
Member Avatar for meowbits

I'm trying to print the values but it just comes out as one string on binary numbers. What do I need to change? Thanks! [CODE]import java.util.*; public class lab5 { public static void main(String[] args) { Random random = new Random(); // int [] unsorted_array = new int [1000]; // …

Member Avatar for meowbits
0
77

The End.