Jump to content

Recommended Posts

Posted

Σε αυτον τον οδηγο οπως ειπα θα μιλησουμε για:

  • Συγκρισεις
  • Λιστες
  • Προτασεις if,else if, else
  • Προτασεις switch

 

Συγκρισεις

image10-01.PNG

Για να καταλαβετε εδω θα σας κανω μερικα παραδειγματα.Να ξερετε οτι οι συγκρισεις επιστρεφουν λογικες τιμες true η false και ειναι λογικο αυτο.

 

boolean j = 5 > 4; //epistrefei TRUE giati to 5 einai megalitero tou 4

int maxtor = 100;
int finito = 100;

boolean n = finito <= maxtor; //epistrefei true gt to 100 den ine mikrotero ala ine iso to 100 :P

int c = maxtor/finito; //epistrefei 1, kanoyme 100/100

boolean f = c > (finito-98); //epistrefei false gt 1 < 2

 

Προτασεις if,else if , else

Απο εδω αρχιζουν τα ωραια πραγματα.

Ενα απο τα βασικα στοιχεια ειναι ο τροπος με τον οποιο ενα προγραμμα εχει την δυνατοτητα να λαμβανει αποφασεις. Αποφασεις παιρνουμε και εμεις στην καθημερινη μας ζωη αφου πρωτα σκεφτουμε διαφορες εκδοχες , τα παρακατω ειναι μερικα παραδειγματα.

Αν εχει καλο καιρο θα παω για μπαλα.
Αν ο maxtor ειναι τσοντακιας θα βαλει porn section.
Αν διαβασω θα γραψω καλα

Ετσι και στην Java μπορουμε να χρησιμοποιησουμε προτασεις ωστε να ελεγξουμε το προγραμμα μας.Εδω θα μιλησουμε για το if , το else if και το else.

if = αν , else if = αλλιως εαν , else = αλλιως.

Ο τροπος με τον οποιο χρησιμοποιουμε το if ειναι καπως ετσι:

 

if(true)
{
//kane oti exei mesa sta blocks
}

Για παραδειγμα:

if(50>20)
{
System.out.println("50 > 20");
}

Ειναι απλο. Με τον ιδιο τροπο χρησιμοποιουμε και τα else if, else και οπως εχω ξανα πει με παραδειγματα μαθενετε καλυτερα γι αυτο κατω θα δουμε ενα ολοκληρωμενο προγραμμα που τα εχει ολα.

class Maxcheaters{

public static void main(String[] args)
{
	int x = 20;

	if(x > 20) //an to x > 20 pou den isxuei 
	{
		System.out.println(x+" is bigger than 20"); //print auto
	}
	else if(x < 20) //an to x < 20 pou pali den isxuei
	{
		System.out.println(x+" is smaller than 20"); //print auto
	}
	else{ //alios , dld emine mia ekdoxi tora mono x = 2
		System.out.println(x+" equals 20"); //print auto
	}
}
}

Καπως ετσι χρησιμοποιειται. Επισης τα if μπορουν να ειναι και μεσα σε αλλα if για πιο συγεκριμενα πραγματα , θα καταλαβετε τι εννοω με αυτο το παραδειγμα και με τα σχολια:

class Maxcheaters{

public static void main(String[] args)
{
	int x = 20;

	if(x > 10) //isxuei giati ine megalitero tou 10 ara proxoraei parakatw.
	{
		if(x == 19) //den isxuei giati to x = 20 ara de tha print to minima parakatw.
		{
			System.out.println("troll face");
		}
		else //edw omos isxuei gt ennoei oti an to x den ine 19 to opoio kai isxuei, ara tha ektelesei to minima parakatw
		{
			System.out.println("troll face 2 "); //ekteleite giati isxuei
		}
	}
}
}

 

 

Προτασεις switch

Μια πρακτικη στον προγραμματισμο ειναι το να συγκρινουμε μεταβλητες με μια τιμη. Αυτο ομως ειναι κουραστικο ομως μονο εαν χρησιμοποιουμαι προτασεις if αναλογα και με το πληθος των τιμων που θελουμε να ελεγξουμε.Εδω ενα παραδειγμα κουραστικο με την χρηση του if.

char vathmos = 'a';

	if(vathmos == 'a')
		System.out.println("Aristos");
	else if(vathmos == 'b')
		System.out.println("metrios");
	else if(vathmos == 'c')
		System.out.println("gtp");
	else if(vathmos == 'd')
		System.out.println("dianoitika kathisterimenos");

Ειδατε πως ειναι κουραστικο. Εδω να πω πως αν εχουμε κατω απο τις προτασεις if μονο μια εντολη οπως εδω , δεν χρειαζεται να βαλουμε τα { } .

Στην java μπορουμε να ομαδοποιησουμε ενεργειες χρησιμοποιωντας την προταση switch. Εδω ειναι ενα παραδειγμα για να δειτε πως ειναι καλυτερο το switch σε τετοιο ειδος προτασεων.

char vathmos = 'a';
   
   switch(vathmos)
   {
	   case 'a':
		   System.out.println("aristos");
		   break;
	   case 'b':
		   System.out.println("metrios");
		   break;
	   case 'c':
		   System.out.println("axristos");
		   break;
	   case 'd':
		   System.out.println("koimismenos");
		   break;
		  default:
		   System.out.println("skoupidiaris.");
   }

Το default σημαινει αν δεν ειναι καμια απο αυτες τι να κανει. Και το break; πρεπει να μπαινει στα cases για να σημαινει οτι τελειωνει απο το case, αν δεν το βαλετε πολυ πιθανο το προγραμμα σας να τρεξει οπως ναναι.

 

Και τωρα ενα προγραμμα που τα εχει ολα μεσα για να τα καταλαβετε καλα.

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

	int olympiakos = 3; 
	int panathinaikos = 2;

	int olympiakosWin = 0; // 1 simenei nikise, 0 simenei exase
	boolean isopalia;

	if(olympiakos > panathinaikos) //isxuei 
		olympiakosWin = 1;
	else if(olympiakos < panathinaikos)
		olympiakosWin = 0;
	else
		isopalia = true;

	if(isopalia == false) //an den ine isopalia 
	{
		switch(olympiakosWin) //xrisimopoiw switch gia na dw an o olympiakos exe nikisei i exei xasei
		{
			case 1: //isxuei o olympiakos nikise
				System.out.println("Olympiakos Won panathinaikos");
				break;
			case 2:
				System.out.println("Olympiakos Lost from panathinaikos");
				break;
				default:
					; //den kanei tipota
		}
	}

}
}

 

Στον επομενο οδηγο θα δουμε:

  • Βροχοι for
  • Bροχοι while, do while
  • continue , break

 

Ασκηση:

1)Βρειτε το ΛΑΘΟΣ στο παρακατω παραδειγμα:

   int portokalia = 12;
   
   
   switch portokalia
   {
	   case 12:
		   System.out.println("to petixa");
		   break;
	   default:
		   ; //tipota.
   }

2)Καντε ελευθερη εξασκηση με τα if,else if,else , χρησιμοποιειστε if μεσα σε αλλα if και γενικα καντε εξασκηση , ειναι το παν.

Posted

καλα δεν εχω λογια εισαι πρωτος μπραβο σου και παλι πιστευω πως θα ακολουθησει και Tutorial 4.

Posted

Να πω το λαθος ή να αφησω αλλον να το βρει? :P

 

τι λαθος εχεις δει? για πες να μάθουμε και εμεις..

Posted

Πέστο :P.

 

Romeo για την ασκηση μιλαει.

 

Δεν χρησιμοποιησες () στο switch?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Posts

    • nice work, welcome back to world of lineage development @melron 😄
    • He's likely baiting you to download his source full of backdoors indeed
    • Yeah inside router i had to enable udnp services 
    • Hello cheaters, As a team of avid developers and enthusiasts of Lineage 2, we are excited to present the L2 Control Hub, a groundbreaking plugin designed by myself and my collaborator, StinkyMadness. This innovative tool equips server administrators with powerful automation capabilities directly within the game's community board. L2 Control Hub simplifies the creation and management of automations, enabling you to customize your server operations without the need to modify the source code.   Key Features of L2 Control Hub: Robust Automation Triggers: Select from a plethora of triggers currently available, with continuous additions in the works to enhance your control options. Dynamic Conditions and Actions: Tailor your server operations with an extensive range of conditions and actions, ensuring flexible and precise control over game events and player interactions. Customizable Variables: Easily integrate server-specific variables from your database to further personalize and streamline your automations. Utilize these variables across various automation scenarios to cater to your specific server requirements. JavaScript Integration: Execute custom JavaScript codes that interact seamlessly with Java classes, bringing advanced functionalities to your server's ecosystem.   Explore L2 Control Hub in Action: We've prepared a series of video tutorials to demonstrate the capabilities of L2 Control Hub: Control Hub - Create a Simple Flow with 1 Condition and 1 Action: Get started with basic automations. Control Hub - Multiple Conditions with Multiple Actions: Explore more complex automations for detailed server management. Control Hub - Using Variables: Discover how to implement and use custom variables for tailored automations. Control Hub - Using JavaScript: Experience the power of custom scripts in enhancing your server functionality.   L2 Control Hub is currently about 70% complete, and we are actively developing and refining features. We invite you to join our ➡️ Discord community ⬅️ to engage with the development process, provide feedback, and be the first to test new features. Additionally, any updates or changes to the plugin are seamlessly delivered to all customers directly from our web server, ensuring your system is always up-to-date without the need for manual downloads.   Your game, your rules, automated. Join us in redefining server management in Lineage 2 and elevate your gaming community with unmatched automation capabilities. For more details, contact us directly to get started with L2 Control Hub.   Currently, the plugin is developed using aCis sources. We will continue with these sources until we finalize all the necessary details before proceeding to integrate with the more prominent sources available.       The L2 Control Hub is designed to extend beyond mere functional additions to your server. We are in the process of implementing a suite of advanced mechanisms, such as a vote manager capable of interfacing with any Lineage 2 voting site without requiring configuration, live statistics to provide admins with real-time insights, and an event engine that can generate any desired event within seconds. All these features will be seamlessly integrated into the module, enhancing your server management experience significantly.     Please note that L2 Control Hub will be a premium tool, reflecting the extensive features and benefits it offers. While we are finalizing the pricing structure, rest assured that we aim to deliver great value for your investment. We will announce the cost details soon on our platforms to ensure everyone is well-informed and can plan accordingly. Join us to take your server management to the next level with L2 Control Hub.     
    • The link soucer and system are off, reup please, thanks very much @HypeH
  • Topics

×
×
  • Create New...