Week2-L1-Introduction To Programming
Week2-L1-Introduction To Programming
begin
if x < y then
m:= x
else
m:= y;
if z < m then
m:= z;
end; { end of procedure findMin }
begin
writeln(' Enter three numbers: ');
readln( a, b, c);
findMin(a, b, c, min); (* Procedure call *)
void barking() {
}
void hungry() {
}
void sleeping() {
}
}
class Simple{
public static void main(String args[]){
System.out.println("Hello EELU");
}
}
Dev.
Libs.
Tools
Can
we save a Java source file by another
name than the class name?
Yes.
Install JDK
Install IDE (NetBeans, VS Code)
Setup environment variables (PATH,…)