Search:

Type: Posts; User: hirohashimoto

Search: Search took 0.08 seconds.

  1. Replies
    25
    Views
    2,444

    Re: I want to make a sample program!

    how to stop looping? and how to declare sentinel value? :/
  2. Replies
    25
    Views
    2,444

    Re: I want to make a sample program!

    I have here a sample loop but I dont know how to apply this on my code




    do {

    System.out.println("Add more? (y/n)");
    Scanner input1=new Scanner(System.in);
    ...
  3. Replies
    25
    Views
    2,444

    Re: I want to make a sample program!

    Create a java program that would
    (1) use arrays and looping;
    (2)Instruction: [ When the program is run]
    (a)Enter the name of the student;
    (b)Enter the name of each family member(s);
    (c)Enter the...
  4. Replies
    25
    Views
    2,444

    Re: want to know whats wrong with my code. i want it to go back to the start enter name student but it wont work.

    THANK YOU FOR THE ANSWER :)



    import java.util.*;
    class Array
    {
    public static void main(String[] args)
    {
  5. Replies
    25
    Views
    2,444

    Re: I want to make a sample program!

    this is my code
    import java.util.*;
    class Array
    {
    public static void main(String[] args)
    {

    Scanner input=new Scanner(System.in);
  6. Replies
    25
    Views
    2,444

    want to know whats wrong with my code. i want it to go back to the start enter name student but it wont work.

    import java.util.*;
    class Array
    {
    public static void main(String[] args)
    {

    Scanner input=new Scanner(System.in);
  7. Replies
    25
    Views
    2,444

    Re: I want to make a sample program!

    okay thank you for your time :/ :(
    I`ll study on my own :(
  8. Replies
    25
    Views
    2,444

    Re: I want to make a sample program!

    will you please provide me program so that I can study how do you do that program :/
  9. Replies
    25
    Views
    2,444

    Re: I want to make a sample program!

    sorry I`m beginner here java I just wanna make a program that will help me for the future activity so that I`m asking to help me to continue my program regarding to the question I gave :/
  10. Replies
    25
    Views
    2,444

    Re: I want to make a sample program!

    this is the program that I`ve done so far after that I dont know what`s next :/ what should be the next? I`m not familiar in java :(

    import java.util.*;
    class Array
    {
    public static void...
  11. Replies
    25
    Views
    2,444

    Re: I want to make a sample program!

    okay this is I want to do.

    Create a java program that would
    (1) use arrays and looping;
    (a)Enter the name of the student;
    (b)Enter the name of each family member(s);
    (c)Enter the age of each...
  12. Replies
    25
    Views
    2,444

    I want to make a sample program!

    i want to make a program this should be the output!

    Enter Students names:
    Enter a number, how many are there in your family:
    2
    You entered: 2 in you family members
    name 1: ...
Results 1 to 12 of 12