Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: iamjmael

Search: Search took 0.00 seconds.

  1. Question: Array need help

    by iamjmael
    Answers
    4
    Views
    1,119

    Thank you CravenMorhead...

    Thank you CravenMorhead :)
  2. Question: Array need help

    by iamjmael
    Answers
    4
    Views
    1,119

    import java.util.*; public class SetB4 {...

    import java.util.*;
    public class SetB4
    {
    public static void main(String args[])
    {
    int[] a=new int[10];
    Scanner sc=new Scanner(System.in);
    System.out.println("Please enter elements...");...
  3. Question: Array need help

    by iamjmael
    Answers
    4
    Views
    1,119

    Array need help

    Write a program that will ask the user to enter a number and then place the 10 consecutive numbers in a single-dimensional array starting from the number entered by the user. The program will then...
  4. Answers
    0
    Views
    752

    Simple Question? Need Help?

    Write a program that will ask the user to enter 2 non-decimal integer and allow the user to choose if the user want to solve for the difference of the two numbers or the product of the two numbers....
Results 1 to 4 of 4