Welcome To The Lecture Series On: Introduction To Programming With Java
Welcome To The Lecture Series On: Introduction To Programming With Java
Series on
Introduction to Programming
With Java
Syllabus
Structure of Java programs
Input and output to screen with Java program
Statements
Conditional statements
Loop constructs
Arrays, character and string handling
Functions (if time permits)
Some Basics
Q. What is a program?
Ans. A sequence of instructions that a computer can interpret
and execute.
Q. Why Java and not Hindi / Marathi / English?
Ans. Since, so far, computer is not intelligent enough to
understand natural languages.
}
}
Example Program
First.java
class First {
Some Assignments
1. Write a program which prints the following information
about at least 5 persons:
NAME MAIL-ID EMPLOYEE-CODE PHONE
Eg. Umesh umesh@cse p03161 25764728
Salil
salil@cse
p03160 25764728
End
Thank you