Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
Ebook
/
Informatique
/
JAVA
/
Source
/
workspace
/
patrice
/
src
:
exo01.java
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/*public class exo01 { public static void main(String[] args) { // TODO Auto-generated method stub } }*/ class fct1 { String un; int un(String str) { int maxValue = 0; System.out.println(str); return(25); } } public class exo01{ public static void main(String args[]) { System.out.println("hello"); fct1 obj = new fct1(); int val = obj.un("salut"); System.out.println(val); } }