Determining if numbers are primeNever mind, I fixed it. Thanks a lot for your help! Edit: @Gamer2015 thanks too but I got it to wor...
Determining if numbers are primeOk, so I added [code]count = 0;[/code] on line 22. Now the program says 1 is prime. I tried to chan...
Determining if numbers are primeOn line 22 count is 0. And on line 30 I was trying to say if count ==0 the number must be prime beca...
Determining if numbers are primeI feel like I'm close to solving this, but I don't know what's wrong. I have to create a program tha...
Using nested loops to print a number squareI tried that but it seems to be printing out an extra column: Input: 3 Output: 2 4 6 8 4 6 8 10 6...
This user does not accept Private Messages