Home
(current)
About
Tutorial
Technologies
C#
Deep Learning
Statistics for AIML
Natural Language Processing
Machine Learning
SQL -Structured Query Language
Python
Ethical Hacking
Placement Preparation
Quantitative Aptitude
View All Tutorial
Quiz
C#
SQL -Structured Query Language
Quantitative Aptitude
Java
View All Quiz Course
Q & A
C#
Quantitative Aptitude
Java
View All Q & A course
Programs
Articles
Identity And Access Management
Artificial Intelligence & Machine Learning Project
How to publish your local website on github pages with a custom domain name?
How to download and install Xampp on Window Operating System ?
How To Download And Install MySql Workbench
How to install Pycharm ?
How to install Python ?
How to download and install Visual Studio IDE taking an example of C# (C Sharp)
View All Post
Tools
Program Compiler
Sql Compiler
Replace Multiple Text
Meta Data From Multiple Url
Contact
User
Login
Register
FRESHER BELL ALL LANGUAGE ONLINE COMPILER
Java Unary Operator Increment Decrement Example
Languages
Java
C
C-99
C++
C++ 14
C++ 17
PHP
Perl
Python 2
Python 3
Ruby
Go Lang
Scala
Bash Shell
SQL
Pascal
C#
VB.NET
Haskell
Objective C
Swift
Groovy
Fortran
Brainf**k
Lua
TCL
Hack
Rust
D
Ada
R Language
Free Basic
Theme
github
xcode
ambiance
monokai
chaos
chrome
Program
public class UnaryOperator{ public static void main(String args[]){ int x=1; System.out.println(x++);//1 //(p1-Divide x++, into x and ++, //x will print first 1, then after printing it will get incremented by 1 making it 2) System.out.println(++x);//3 //(p2-Divdie ++x, into ++ and x, //++ will increment step-p1 value first making it 3, then x will print the value 3) System.out.println(x--);//3 //(p3-Divide x--, into x and --, x will print first the previous step-p2 value, //then after printing it will get decremented by 1 making it 2) System.out.println(--x);//1 //(p4-Divide --x, into -- and x, -- will first decrement step-p3 value making it 1, //then after it will print x vlaue i.e 1) }}
Run
Clear
Input
Output
Powered By Fresher Bell™
Similar Program
#
Program
Language
1
Java Ternary Operator Example
Java
2
Write a java program to find the lcm .Given input in the form of day interval of dinner. Find the day on which they both will lunch together / dinner together.
Java
3
Write a program to count of uppercase and lowercase and their difference
Java
4
Java Left Shift Operator Program
Java
5
Java program to find the element in the array
Java
6
Java program to find the sum of natural number using recursion
Java
7
Java program to get current date and time
Java
8
Java if else if ladder Example
Java
9
Write a java program to find alternate sum and difference of a given number
Java
10
Java Assignemt Operator Example
Java
11
Java program to check whether number is prime or not
Java
12
Java program to show factor of a user input
Java
13
Java Relational Operator Example
Java
14
Java Program to check whether a given character is vowel or consonants using if else
Java
15
Java program to generate right angled triangle or half pyramid using alphabet and for loop
Java
16
Java Program to convert Character to String
Java
17
Java program to add element to ArrayListv and get size of it
Java
18
Java program to check whether the user input is armstrong number or not
Java
19
Java program to generate left angled triangle or left half pyramid using number and for loop
Java
20
Java Program to add two integer by taking input from user
Java
#
Program
Language
Copyright © 2020
Inovatik
- All rights reserved