jEdit - Program_Q5.javą^
File Edit Search Markers Folding View Utilities Macros Plugins Help
O Program_05.java (D:\StraznikTeXasu\UMCS\java\Prog1\) | |||
// DEFINICJA METODY, public class Program_05{ . // NAGŁÓWEK METODY: . // słowaKluczowe typZwracany nazwaHetody(listaArgumentów). static int iaetodaOl(int argumentOl, int argument02){ // nagłówek, począte // static = metoda statyczna. // deklaracje zmiennych lokalnych, int wynik;. // instrukcje. wynik = argumentOl * argument02;. return wynik; /./ zwróć wynik - musi się pojawić jeśli metoda coś zwraca. } // koniec metody 1. static void metoda02(char argumentOl, char argument02, char argument03){ // void = metoda niczego nie zwraca = procedura. System.out.println("Podano argument " + argumentOl + ”, " + argument02 + } // koniec metody 2. public static void main(String[] argumenty){ // metoda główna . int zmiennaOl;. zmiennaOl = metodaOl(3,4); // wywołanie metody 1 dla argumentów 3 i 4. System.out.println(zmiennaOl);. System, out.println(,fIloczyn 2*5 wynosi " + metodaOl (2,5));. metoda02('A', 'B1, 'c'); // wywołanie metody 2. } • } |
•: metody 1. // nagłówek metody 2. " oraz " + argument03);. |
A. | |
U_[►- |
10,15 Ali_Input/output complete______Qava.none,Cp1250)----wMfEMb