IDNStudy.com, ang iyong mapagkukunan para sa malinaw at maaasahang mga sagot. Makakuha ng hakbang-hakbang na mga gabay para sa lahat ng iyong teknikal na tanong mula sa mga miyembro ng aming komunidad.

How will i make a java file out of it, knowing that these are the behavior and attributes of each classes ? Please help me. Its very difficult.

How Will I Make A Java File Out Of It Knowing That These Are The Behavior And Attributes Of Each Classes Please Help Me Its Very Difficult class=

Sagot :

Here is the usual format to run an app:

import java.io.*;

         public class Filename {
         public static void main (String[]args) {

    System.out.print (text);
    .... (until you stop)
    
    {
    {