Summary: To figure out the prime number, you're going to have to go *waaay* back to prealgebra (maybe not that far, depending on how old you are) and review a ...
Summary: Hi everyone, I should find prime numbers! its so easy! but the point is how the program will looks when you cannot use arithmetic operators!! (except...
Summary: I am supposed to write a function in MIPS that determines if a number is prime. The function should pass the number to be judged as an argument (throu...
Summary: Ya, you're probably not resetting the number each time they want to play. Also, how is the random number seeded? (Never used the random number functio...
Summary: hi, im trying to find a bit of java code that would randomly choose 3 numbers (0-9) then have the program so that i can enter numbers until the corre...
Summary: Iam working on RSA algorithm. I need to understand how one can work with large numbers as long as 100 digits , large prime generations. And then we ne...
Summary: Hello all I'm relatively new to java, and I need to write a program to find the integer between 1 and100 *(or x and z) with the greatest number of int...
Summary: Well, there is no formula for generating prime numbers so you need to work backwards. A prime number can only be divided by itself and one. So a strai...
Summary: i want to write a simple algorithm in java.. but i'm still not getting the idea how to do it.. i want to write a program that can convert a number int...
Summary: hi.. im quite new in java.. wondering if anyone can help me out. iv got users to enter a string of numbers using JOptionPane.showInputDialog. i then ...
Summary: Hi computer friends, I have a big trouble to investigate. I need to find a UDP Client/Server implementation in Java language. I was able to write them...
Summary: Hello, I'm trying to write a program in JAVA, to calculate the number of integer values entered as a string by the user and work out the average of nu...
Summary: does anyone know where i can find some code to do some image compression in java? prefereably run length encoding, or predictive coding or huffman cod...
Summary: I'm writing a program in java to show a phone list. the only things needed are names and numbers. I've got the frame created and two panels, one to ...
Summary: Thank you guys a bunch. I couldnt figure it out even if its too simple. No need then to have a special function to do that for you in Java. something ...
Summary: I am a newbie in Java, I need help in using Vector class in this assignment import javax.swing.*; public class Main { public static void main (...
Summary: Hmm lets see. 1: Programming Knowledge in Java or VB 2: Creativity/Enthusiams 3: Specific Questions when you have a problem 4: A Java or VB Compiler S...
Summary: Good question. Your code is almost correct, but shows a misunderstanding on how Random numbers work... Random numbers are generated starting with a n...
Summary: When i first started programming in java, there was a textbook that i used which i find very helpful for beginners. the title of the book is: How to ...
Summary: i have tried using the datainput stream but have run into a little trouble, The code i have returns an unsigned byte value where as i would prefer a s...
Summary: Hi, I have written a game in Java in which the player can move a character using WASD. The problem I am having is that every now and then one of they...
Summary: Im looking for a way to programatically detect the volume NUMBER as shown in diskpart list volume at a windows command prompt. I need to write a bat...
Summary: There is a limit in the subject, so what I need is a script that finds the 5 lowest numbers in a text file, wich contains aomething like this: 23 Ric...