Javafinal Report
Javafinal Report
MICRO-PROJECT REPORT
on
Operators in Java
Submitted by
1.Danish Sheikh (59)
Enrollment no:2000760166
Enrollment no:2000760028
Enrollment no:2000760021
Of COI3
Java Programming
In the academic year 2021-2022
CERTIFICATE
This is to certify that Danish Sheikh(59), Umang
Sayre(12), Adnan Quazi(49) they completed
their seminar work during diploma and the
report embodies the result of work. It is
therefore recommended for submission.
Department Of Computer
Engineering
Annexure-I
Micro-Project Proposal
Operators in Java
Co 1
b) Then we prepared a rough program to get an idea how the program will be.
d) Then some errors occur then we modify the program and then the errors get
corrected and thus our program comes into its idealized state.
******************
Annexure-II
Micro-Project Report
Operators in Java
1.0 Rationale->
Operators constitute the basic building block to any programming language. Java
too provides many types of operators which can be used according to the need to
perform various calculation and functions be it logical, arithmetic, relational etc.
Operators in java is useful for doing various types of operations such as addition,
subtraction, multiplication, logical ending etc. Java Operators are of prime
importance in Java. Without operators we wouldn’t be able to perform
logical , arithmetic calculations in our programs. Thus having operators is
an integral part of a programming language.
Arithmatic
Relational
Logical
This operator(*) is used to multiply two or more than two values 100
This operator(/) is used to divide two values and gives quotient of the division 1
This operator(%) is used to divide two values and return the remainder of the
division 0
The operator(&&):if both the values of the operand are non zero then this will
give true true
The operator(||): if anyone of the operand are non zero then this will give
falsetrue
The operator(!): this operator is used to reverse the logical state of its operand,if
condition is true then not operator make
it false:false
10.0 Reference:
S. Name of Specification
No. Resources/material
1 Books
2 Websites https://www.w3schools.com
******************