User Profile

Collapse

Profile Sidebar

Collapse
max3
max3
Last Activity: Jul 19 '07, 04:40 PM
Joined: Jul 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thanks again for your help it complied on the first part stop again under the brackets saying class interface ,or enum expected.
    See more | Go to post

    Leave a comment:


  • These are the suggestion for my project. Do you mind having a look

    Step Description of Task Remark
    1 Create a class to represent the student
    This class is to define the following data items:
    o declare the variables required to store the data of one student (id, name, surname, group)
    assign default values to each of these variables
    2 Create a number of methods in this class to be able to:
    o set the values (set methods) for each of these variables from another class...
    See more | Go to post

  • max3
    replied to reached end of file while parsing
    in Java
    which statement in your opinion should i use??if you are saying switch is not good ??
    See more | Go to post

    Leave a comment:


  • max3
    replied to reached end of file while parsing
    in Java
    What does orphaned default means??
    See more | Go to post

    Leave a comment:


  • max3
    replied to reached end of file while parsing
    in Java
    this programm needs to have ten persons ?? am I using a good method ??
    See more | Go to post

    Leave a comment:


  • max3
    replied to reached end of file while parsing
    in Java
    hi i'am an absolute beginner in programming. I am trying to create a database program for my school project which I urgenty need. the program is a database which when i input names it gives me information (Surname, I.D. no Group ) about the person.Could you please guide me through the writing of this program.thanks
    See more | Go to post

    Leave a comment:


  • max3
    started a topic reached end of file while parsing
    in Java

    reached end of file while parsing

    Hi,can somebody help me, I am trying to compile a programm but have an error
    it is called reached end of file while parsing?? Anyone mind th have a look for some help

    public class records
    {
    public static void main (String args[]){
    System.out.prin tln("Enter name");
    float name = Keyboard.readIn t();

    switch (name) {
    ...
    See more | Go to post

  • R035198 the < symbol means less than and I think it is one of the problems I have I try to change as blazedaces said and tell you what happend later .thanks
    See more | Go to post

    Leave a comment:


  • Hi I'm only trying to find a selective name out of the list and regarding using this symbol < I think it's the best in my opinion have you any suggestions? thanks what in your opinion should I do to make this program work.
    See more | Go to post

    Leave a comment:


  • I'am trying to creat a program that when I give name ,surname and Id in the list it will give me the name and when it is not in the list it will say name not included thanks for your interest and sorry to Blazedaces about the the codes but I'm still new in this fourm and did't understand exactly how the codes work thank you

    When I compile this is what I get ')' expected
    See more | Go to post

    Leave a comment:


  • max3
    replied to Urgently need help for a school progect
    sorry for the trouble and thanks
    See more | Go to post

    Leave a comment:


  • max3
    started a topic Urgently need help for school program please help
    in Java

    Urgently need help for school program please help

    Hi to all I'am trying to run this program for my school progect but I keep receiving the same answer when I compile ')' expected. on the highlighted line can anyone help me thanks to all.



    /**
    * Write a description of class Records here.
    *
    * @author (Ryan MIfsud)
    * @version (version 1)
    */
    public class Records
    {


    public static void main (String...
    See more | Go to post

  • max3
    started a topic Urgently need help for a school progect

    Urgently need help for a school progect

    Please can someone help me run this program I must be misssing something and it's not working thanks to all.




    /**
    * Write a description of class Records here.
    *
    * @author (Ryan MIfsud)
    * @version (version 1)
    */
    public class Records
    {


    public static void main (String Args []){

    String Student_Name1;...
    See more | Go to post
No activity results to display
Show More
Working...